We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8bb58 commit 2297f7aCopy full SHA for 2297f7a
package.json
@@ -10,7 +10,7 @@
10
"bdd"
11
],
12
"license": "MIT",
13
- "version": "5.5.0",
+ "version": "5.6.0",
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/jasmine/jasmine-npm"
@@ -32,7 +32,7 @@
32
33
"dependencies": {
34
"glob": "^10.2.2",
35
- "jasmine-core": "~5.5.0"
+ "jasmine-core": "~5.6.0"
36
},
37
"bin": "./bin/jasmine.js",
38
"main": "./lib/jasmine.js",
release_notes/5.6.0.md
@@ -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