Skip to content

Commit

Permalink
Update to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Sep 7, 2016
1 parent 3486e8d commit a4b92b3
Show file tree
Hide file tree
Showing 4 changed files with 22 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 @@ -3640,5 +3640,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};

getJasmineRequireObj().version = function() {
return '2.5.0';
return '2.5.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.5.0"
VERSION = "2.5.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.5.0",
"version": "2.5.1",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
19 changes: 19 additions & 0 deletions release_notes/2.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Jasmine 2.5.1 Release Notes

## Pull Requests & Issues

* fallback on assignment when a spy cannot be deleted
- Merges [#1193](https://github.com/jasmine/jasmine/issues/1193) from @seanparmlee
- Fixes [#1189](https://github.com/jasmine/jasmine/issues/1189)

* Fix issue with equality of Arrays in PhantomJS
- Merges [#1192](https://github.com/jasmine/jasmine/issues/1192) from @logankd
- Fixes [#1188](https://github.com/jasmine/jasmine/issues/1188)

* Properly tick date along with clock
- Fixes [#1190](https://github.com/jasmine/jasmine/issues/1190)


------

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

0 comments on commit a4b92b3

Please sign in to comment.