Skip to content

Commit eea8b26

Browse files
committed
Bump version to 5.1.0
1 parent 84eaef0 commit eea8b26

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bdd"
1111
],
1212
"license": "MIT",
13-
"version": "5.0.2",
13+
"version": "5.1.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"glob": "^10.2.2",
35-
"jasmine-core": "~5.0.1"
35+
"jasmine-core": "~5.1.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.1.0.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Jasmine 5.1.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 5.1.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.1.0.md)
5+
for more information.
6+
7+
## Bug Fixes
8+
9+
* Issue a deprecation warning if both jasmine.js and jasmine.json are found
10+
11+
Jasmine incorrectly loads both files if they're both found. This will be
12+
fixed in the next major release.
13+
14+
* Fixed support for importing namespaced modules e.g. @serenity-js/jasmine
15+
16+
Fixes [#199](https://github.com/jasmine/jasmine-npm/issues/199)
17+
18+
Merges [#209](https://github.com/jasmine/jasmine-npm/pull/209) from @jan-molak
19+
20+
* Fixed config file detection when the Testdouble loader and possibly other
21+
custom ES module loaders are used
22+
23+
## Supported environments
24+
25+
The jasmine package has been tested on Node 18 and 20.
26+
27+
------
28+
29+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)