Skip to content

Commit 0d56082

Browse files
committed
Bump version to 3.6
1 parent 0e8022b commit 0d56082

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-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.5.0",
12+
"version": "3.6.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/jasmine/jasmine-npm"
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"fast-glob": "^2.2.6",
22-
"jasmine-core": "~3.5.0"
22+
"jasmine-core": "~3.6.0"
2323
},
2424
"bin": "./bin/jasmine.js",
2525
"main": "./lib/jasmine.js",

release_notes/3.6.0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Jasmine NPM 3.6 Release Notes
2+
3+
## Summary
4+
5+
This release updates the jasmine-core dependency to 3.6.0. See the
6+
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/main/release_notes/3.6.0.md)
7+
for more information.
8+
9+
## Changes
10+
11+
* Removed unnecessary check for passedExpectations truthiness
12+
13+
* Support 'failSpecWithNoExpectations' config option and include a message in the default ConsoleReporter when a spec contains no expectations
14+
* Merges [#157](https://github.com/jasmine/jasmine-npm/pull/157) from @coyoteecd
15+
* Fixes [#156](https://github.com/jasmine/jasmine-npm/issues/156)
16+
17+
* Don't parse argv after --
18+
* Merges [#155](https://github.com/jasmine/jasmine-npm/pull/155) from @tharvik
19+
20+
* Added support for running specs in parallel
21+
* Merges [#153](https://github.com/jasmine/jasmine-npm/pull/153) from @wood1986
22+
23+
------
24+
25+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)