Skip to content

Commit 9066695

Browse files
committed
Bump version to 5.4.0
1 parent c590650 commit 9066695

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bdd"
1111
],
1212
"license": "MIT",
13-
"version": "5.3.1",
13+
"version": "5.4.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.3.0"
35+
"jasmine-core": "~5.4.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.4.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Jasmine 5.4.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 5.4.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.4.0.md)
5+
for more information.
6+
7+
## Supported environments
8+
9+
This version has been tested on Node 18, 20, and 22.
10+

0 commit comments

Comments
 (0)