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 a87cdad commit 43a219f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bdd"
],
"license": "MIT",
"version": "2.5.1",
"version": "2.5.2",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"exit": "^0.1.2",
"glob": "^7.0.6",
"jasmine-core": "~2.5.1"
"jasmine-core": "~2.5.2"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
15 changes: 15 additions & 0 deletions release_notes/2.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Jasmine NPM 2.5.2 Release Notes

## Changes

* Register ConsoleReporter immediately upon creation so it can be easily cleared
- Fixes [#88](https://github.com/jasmine/jasmine-npm/issues/88)


* Use default reporter in own tests
- Merges [#88](https://github.com/jasmine/jasmine-npm/issues/88) from bcaudan


------

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

0 comments on commit 43a219f

Please sign in to comment.