Skip to content

Commit 2cd62ca

Browse files
committed
Bump version to 5.5.0
1 parent fab4c45 commit 2cd62ca

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-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": "5.4.0",
13+
"version": "5.5.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"glob": "^10.2.2",
35-
"jasmine-core": "~5.4.0"
35+
"jasmine-core": "~5.5.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.5.0.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Jasmine 5.5.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 5.5.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.5.0.md)
5+
for more information.
6+
7+
## Changes
8+
9+
* Support and generate .mjs config files
10+
11+
* Set forbidDuplicateNames: true in newly generated configs
12+
13+
## Supported environments
14+
15+
This version has been tested on Node 18, 20, and 22.

0 commit comments

Comments
 (0)