diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 4e2db604..7cab7e00 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3651,5 +3651,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.5.1'; + return '2.5.2'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index b6844cb7..ca0723cd 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.5.1" + VERSION = "2.5.2" end end diff --git a/package.json b/package.json index c1f694c0..0bd38830 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.5.1", + "version": "2.5.2", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.5.2.md b/release_notes/2.5.2.md new file mode 100644 index 00000000..f5af98f8 --- /dev/null +++ b/release_notes/2.5.2.md @@ -0,0 +1,14 @@ +# Jasmine 2.5.2 Release Notes + +## Pull Requests & Issues + +* Allow currently registered reporters to be cleared + - [jasmine/jasmine-npm#88](https://github.com/jasmine/jasmine-npm/issues/88) + + +* Use `isFunction` to check for functionness in `callFake` + - Fixes [#1191](https://github.com/jasmine/jasmine/issues/1191) + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_