Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jul 22, 2023
1 parent 84eaef0 commit eea8b26
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "5.0.2",
"version": "5.1.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -32,7 +32,7 @@
],
"dependencies": {
"glob": "^10.2.2",
"jasmine-core": "~5.0.1"
"jasmine-core": "~5.1.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
29 changes: 29 additions & 0 deletions release_notes/5.1.0.md
@@ -0,0 +1,29 @@
# Jasmine 5.1.0 Release Notes

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

## Bug Fixes

* Issue a deprecation warning if both jasmine.js and jasmine.json are found

Jasmine incorrectly loads both files if they're both found. This will be
fixed in the next major release.

* Fixed support for importing namespaced modules e.g. @serenity-js/jasmine

Fixes [#199](https://github.com/jasmine/jasmine-npm/issues/199)

Merges [#209](https://github.com/jasmine/jasmine-npm/pull/209) from @jan-molak

* Fixed config file detection when the Testdouble loader and possibly other
custom ES module loaders are used

## Supported environments

The jasmine package has been tested on Node 18 and 20.

------

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

0 comments on commit eea8b26

Please sign in to comment.