Skip to content

Commit 2297f7a

Browse files
committed
Bump version to 5.6.0
1 parent 9a8bb58 commit 2297f7a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-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.5.0",
13+
"version": "5.6.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.5.0"
35+
"jasmine-core": "~5.6.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.6.0.md

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

0 commit comments

Comments
 (0)