Skip to content

Commit

Permalink
bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Aug 9, 2018
1 parent a1c3369 commit 3ed35d3
Show file tree
Hide file tree
Showing 2 changed files with 33 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": "3.1.0",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"glob": "^7.0.6",
"jasmine-core": "~3.1.0"
"jasmine-core": "~3.2.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
31 changes: 31 additions & 0 deletions release_notes/3.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Jasmine NPM 3.2 Release Notes

## Summary

This release updates the jasmine-core dependency to 3.2.0. See the
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/master/release_notes/3.2.0.md)
for more information.

## Changes

* Unknown command line options produce exit code 1
- Merges [#138](https://github.com/jasmine/jasmine-npm/issues/138) from @enelson
- Fixes [#137](https://github.com/jasmine/jasmine-npm/issues/137)


* Add option "require(s)" to command line and config file
- Merges [#136](https://github.com/jasmine/jasmine-npm/issues/136) from @liuxh0
- Fixes [#135](https://github.com/jasmine/jasmine-npm/issues/135)


* Add --color option
- Merges [#132](https://github.com/jasmine/jasmine-npm/issues/132) from @susisu


* fix --filter in README
- Merges [#131](https://github.com/jasmine/jasmine-npm/issues/131) from @cancerberoSgx


------

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

0 comments on commit 3ed35d3

Please sign in to comment.