Skip to content

Commit

Permalink
bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Chattin-McNichols and Gregg Van Hove committed Aug 3, 2015
1 parent bb018d5 commit 6c9d589
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bdd"
],
"license": "MIT",
"version": "2.3.1",
"version": "2.3.2",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand Down
20 changes: 20 additions & 0 deletions release_notes/2.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Jasmine NPM 2.3.2 Release Notes

## Pull Requests & Issues

* Use JASMINE_CONFIG_PATH env in grunt task
- Merges [#50](https://github.com/jasmine/jasmine-npm/issues/50) from @nesQuick


* Add link to docs for jasmine.json
- Fixes [#49](https://github.com/jasmine/jasmine-npm/issues/49)

* Merge pull request #48 from LJWall/count-disabled

Report "Ran X of Y specs" if some are disabled.
- Merges [#48](https://github.com/jasmine/jasmine-npm/issues/48) from @ljwall


------

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

0 comments on commit 6c9d589

Please sign in to comment.