diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 1715a32e..1ccb6409 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -2904,5 +2904,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.1.2'; + return '2.1.3'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 054051e0..02ac94b1 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.1.2" + VERSION = "2.1.3" end end diff --git a/package.json b/package.json index dfc6ba5b..bfd5e6eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.1.2", + "version": "2.1.3", "repository": { "type": "git", "url": "https://github.com/pivotal/jasmine.git" diff --git a/release_notes/v2.1.3.md b/release_notes/v2.1.3.md new file mode 100644 index 00000000..01406c7d --- /dev/null +++ b/release_notes/v2.1.3.md @@ -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)_