We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c590650 commit 9066695Copy full SHA for 9066695
package.json
@@ -10,7 +10,7 @@
10
"bdd"
11
],
12
"license": "MIT",
13
- "version": "5.3.1",
+ "version": "5.4.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.3.0"
+ "jasmine-core": "~5.4.0"
36
},
37
"bin": "./bin/jasmine.js",
38
"main": "./lib/jasmine.js",
release_notes/5.4.0.md
@@ -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.
0 commit comments