Bump version to 2.3.3

This commit is contained in:
Gregg Van Hove
2015-05-11 10:48:58 -07:00
parent 225c7bdda3
commit 36d2a63b14
5 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"version": "2.3.2", "version": "2.3.3",
"homepage": "http://jasmine.github.io", "homepage": "http://jasmine.github.io",
"authors": [ "authors": [
"slackersoft <gregg@slackersoft.net>" "slackersoft <gregg@slackersoft.net>"
+1 -1
View File
@@ -3295,5 +3295,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return '2.3.2'; return '2.3.3';
}; };
+1 -1
View File
@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "2.3.2" VERSION = "2.3.3"
end end
end end
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.3.2", "version": "2.3.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jasmine/jasmine.git" "url": "https://github.com/jasmine/jasmine.git"
+14
View File
@@ -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)_