Skip to content

Commit 9d0222b

Browse files
committed
Bump version to 4.2.0
1 parent 0c7db31 commit 9d0222b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-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": "4.1.0",
13+
"version": "4.2.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"glob": "^7.1.6",
32-
"jasmine-core": "^4.1.0"
32+
"jasmine-core": "^4.2.0"
3333
},
3434
"bin": "./bin/jasmine.js",
3535
"main": "./lib/jasmine.js",

release_notes/4.2.0.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Jasmine NPM 4.2.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 4.2.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.2.0.md)
5+
for more information.
6+
7+
## Supported environments
8+
9+
The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.
10+
11+
------
12+
13+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)