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 d9f1c03 commit 7c31381Copy full SHA for 7c31381
package.json
@@ -10,7 +10,7 @@
10
"bdd"
11
],
12
"license": "MIT",
13
- "version": "5.2.0",
+ "version": "5.3.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.2.0"
+ "jasmine-core": "~5.3.0"
36
},
37
"bin": "./bin/jasmine.js",
38
"main": "./lib/jasmine.js",
release_notes/5.3.0.md
@@ -0,0 +1,10 @@
1
+# Jasmine 5.3.0 Release Notes
2
+
3
+This release updates the jasmine-core dependency to 5.3.0. See the
4
+[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.3.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