version bump for 2.1.3
This commit is contained in:
@@ -2904,5 +2904,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '2.1.2';
|
return '2.1.3';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
module Jasmine
|
module Jasmine
|
||||||
module Core
|
module Core
|
||||||
VERSION = "2.1.2"
|
VERSION = "2.1.3"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pivotal/jasmine.git"
|
"url": "https://github.com/pivotal/jasmine.git"
|
||||||
|
|||||||
21
release_notes/v2.1.3.md
Normal file
21
release_notes/v2.1.3.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Jasmine Core 2.1.3 Release Notes
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
This release is primarily a bug-fix release to clean up some recent regressions.
|
||||||
|
|
||||||
|
## Pull Requests & Issues
|
||||||
|
|
||||||
|
* Top level suite no longer reports suiteStart and suiteDone
|
||||||
|
- Fixes [#716](https://github.com/jasmine/jasmine/issues/716)
|
||||||
|
|
||||||
|
* Don't keep the expected and actual for a passed expectation
|
||||||
|
- Fixes [#640](https://github.com/jasmine/jasmine/issues/640)
|
||||||
|
- Fixes [#690](https://github.com/jasmine/jasmine/issues/690)
|
||||||
|
|
||||||
|
* Use the new build env on Travis
|
||||||
|
- Merges [#712](https://github.com/jasmine/jasmine/issues/712) from @joshk
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user