Skip to content

Commit

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

getJasmineRequireObj().version = function() {
return '2.5.1';
return '2.5.2';
};
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.1"
VERSION = "2.5.2"
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.1",
"version": "2.5.2",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
Expand Down
14 changes: 14 additions & 0 deletions release_notes/2.5.2.md
Original file line number Diff line number Diff line change
@@ -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)_

0 comments on commit 6816bc4

Please sign in to comment.