Skip to content

Commit

Permalink
Bump version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jan 11, 2022
1 parent 9b331b6 commit 00a19c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "4.0.1",
"version": "4.0.2",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand Down
14 changes: 14 additions & 0 deletions release_notes/4.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Jasmine NPM 4.0.2 Release Notes

This release fixes two bugs related to reporter loading.

* Fixed loading of reporters in NPM packages (i.e. not a file path) in the
default configuration
* Fixes [#189](https://github.com/jasmine/jasmine-npm/issues/189)

* The `jsLoader` configuration setting is followed when loading reporters
* Merges [#190](https://github.com/jasmine/jasmine-npm/pull/190) from @ffortier

------

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

0 comments on commit 00a19c0

Please sign in to comment.