diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 9acd0870..45721516 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3640,5 +3640,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.5.0'; + return '2.5.1'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 24dfcbc7..b6844cb7 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.5.0" + VERSION = "2.5.1" end end diff --git a/package.json b/package.json index 16485746..c1f694c0 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/release_notes/2.5.1.md b/release_notes/2.5.1.md new file mode 100644 index 00000000..8a280c91 --- /dev/null +++ b/release_notes/2.5.1.md @@ -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)_