Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Dec 4, 2015
1 parent e2e2d1b commit a95c2cf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -3450,5 +3450,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};

getJasmineRequireObj().version = function() {
return '2.4.0';
return '2.4.1';
};
2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.4.0"
VERSION = "2.4.1"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
11 changes: 11 additions & 0 deletions release_notes/2.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Jasmine Core 2.4.1 Release Notes

## Changes

* Run `afterEach` in reverse order declared as before
- Reverts [#908](https://github.com/jasmine/jasmine/issues/908)


------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit a95c2cf

Please sign in to comment.