Skip to content

Commit

Permalink
Bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed May 11, 2015
1 parent 225c7bd commit 0b2097b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jasmine-core",
"version": "2.3.2",
"version": "2.3.3",
"homepage": "http://jasmine.github.io",
"authors": [
"slackersoft <gregg@slackersoft.net>"
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine.js
Expand Up @@ -3295,5 +3295,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};

getJasmineRequireObj().version = function() {
return '2.3.2';
return '2.3.3';
};
2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
Expand Up @@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.3.2"
VERSION = "2.3.3"
end
end
2 changes: 1 addition & 1 deletion 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"
Expand Down
14 changes: 14 additions & 0 deletions 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)_

0 comments on commit 0b2097b

Please sign in to comment.