diff --git a/bower.json b/bower.json index 9b9976f2..91399f4f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jasmine-core", - "version": "2.3.2", + "version": "2.3.3", "homepage": "http://jasmine.github.io", "authors": [ "slackersoft " diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index d180c032..99a32e80 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3295,5 +3295,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.3.2'; + return '2.3.3'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index c12afc88..47dcc108 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.3.2" + VERSION = "2.3.3" end end diff --git a/package.json b/package.json index d4bd0b93..d48c1968 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.3.2", + "version": "2.3.3", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.3.3.md b/release_notes/2.3.3.md new file mode 100644 index 00000000..49b9cf97 --- /dev/null +++ b/release_notes/2.3.3.md @@ -0,0 +1,14 @@ +# Jasmine 2.3.3 Release Notes + +## Summary + +This is a hotfix release to fix a regression with the execution context for `beforeAll` + +## Pull Requests & Issues + +* Set the shared user context correctly when executing the top level suite + - Fixes [#846](https://github.com/jasmine/jasmine/issues/846) + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_