Skip to content

Commit 3ed35d3

Browse files
author
Gregg Van Hove
committed
bump version to 3.2.0
1 parent a1c3369 commit 3ed35d3

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bdd"
1010
],
1111
"license": "MIT",
12-
"version": "3.1.0",
12+
"version": "3.2.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/jasmine/jasmine-npm"
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"glob": "^7.0.6",
22-
"jasmine-core": "~3.1.0"
22+
"jasmine-core": "~3.2.0"
2323
},
2424
"bin": "./bin/jasmine.js",
2525
"main": "./lib/jasmine.js",

release_notes/3.2.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Jasmine NPM 3.2 Release Notes
2+
3+
## Summary
4+
5+
This release updates the jasmine-core dependency to 3.2.0. See the
6+
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/master/release_notes/3.2.0.md)
7+
for more information.
8+
9+
## Changes
10+
11+
* Unknown command line options produce exit code 1
12+
- Merges [#138](https://github.com/jasmine/jasmine-npm/issues/138) from @enelson
13+
- Fixes [#137](https://github.com/jasmine/jasmine-npm/issues/137)
14+
15+
16+
* Add option "require(s)" to command line and config file
17+
- Merges [#136](https://github.com/jasmine/jasmine-npm/issues/136) from @liuxh0
18+
- Fixes [#135](https://github.com/jasmine/jasmine-npm/issues/135)
19+
20+
21+
* Add --color option
22+
- Merges [#132](https://github.com/jasmine/jasmine-npm/issues/132) from @susisu
23+
24+
25+
* fix --filter in README
26+
- Merges [#131](https://github.com/jasmine/jasmine-npm/issues/131) from @cancerberoSgx
27+
28+
29+
------
30+
31+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)