Skip to content

Commit

Permalink
Bump version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jul 23, 2020
1 parent 0e8022b commit 0d56082
Show file tree
Hide file tree
Showing 2 changed files with 27 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.5.0",
"version": "3.6.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"fast-glob": "^2.2.6",
"jasmine-core": "~3.5.0"
"jasmine-core": "~3.6.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
25 changes: 25 additions & 0 deletions release_notes/3.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Jasmine NPM 3.6 Release Notes

## Summary

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

## Changes

* Removed unnecessary check for passedExpectations truthiness

* Support 'failSpecWithNoExpectations' config option and include a message in the default ConsoleReporter when a spec contains no expectations
* Merges [#157](https://github.com/jasmine/jasmine-npm/pull/157) from @coyoteecd
* Fixes [#156](https://github.com/jasmine/jasmine-npm/issues/156)

* Don't parse argv after --
* Merges [#155](https://github.com/jasmine/jasmine-npm/pull/155) from @tharvik

* Added support for running specs in parallel
* Merges [#153](https://github.com/jasmine/jasmine-npm/pull/153) from @wood1986

------

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

0 comments on commit 0d56082

Please sign in to comment.