Skip to content

Commit 642b38c

Browse files
committed
Bump version to 5.9.0
1 parent 4aa1dbb commit 642b38c

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-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.8.0",
13+
"version": "5.9.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.8.0"
35+
"jasmine-core": "~5.9.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.9.0.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Jasmine 5.0.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 5.89.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.9.0.md)
5+
for more information.
6+
7+
## Bug fixes
8+
9+
* Fixed startup hang when using ES module loaders in parallel mode
10+
11+
## Changes to supported platforms
12+
13+
* Node versions before 18.20.5 are no longer supported
14+
15+
Older 18.x versions might still work, but Jasmine is no longer tested in them
16+
prior to release.
17+
18+
## Documentation improvements
19+
20+
* Fixed jsdoc description of Configuration#requires
21+
22+
## Internal improvements
23+
24+
* Removed shelljs and rimraf dev dependencies
25+
26+
## Supported environments
27+
28+
This version has been tested on Node 18.20.5*, 20, 22, and 24.
29+
30+
\* Environments that are past end of life are supported on a best-effort basis.
31+
They may be dropped in a future minor release of Jasmine if continued support
32+
becomes impractical.
33+
34+
35+
------
36+
37+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)