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 730f78a commit 587bbf3Copy full SHA for 587bbf3
package.json
@@ -10,7 +10,7 @@
10
"bdd"
11
],
12
"license": "MIT",
13
- "version": "4.0.2",
+ "version": "4.1.0",
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/jasmine/jasmine-npm"
@@ -29,7 +29,7 @@
29
30
"dependencies": {
31
"glob": "^7.1.6",
32
- "jasmine-core": "^4.0.0"
+ "jasmine-core": "^4.1.0"
33
},
34
"bin": "./bin/jasmine.js",
35
"main": "./lib/jasmine.js",
release_notes/4.1.0.md
@@ -0,0 +1,9 @@
1
+# Jasmine NPM 4.1.0 Release Notes
2
+
3
+This release updates the jasmine-core dependency to 4.1.0. See the
4
+[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.1.0.md)
5
+for more information.
6
7
+------
8
9
+_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
0 commit comments