Commit 2cd62ca 1 parent fab4c45 commit 2cd62ca Copy full SHA for 2cd62ca
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 10
10
" bdd"
11
11
],
12
12
"license" : " MIT" ,
13
- "version" : " 5.4 .0" ,
13
+ "version" : " 5.5 .0" ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
16
"url" : " https://github.com/jasmine/jasmine-npm"
32
32
],
33
33
"dependencies" : {
34
34
"glob" : " ^10.2.2" ,
35
- "jasmine-core" : " ~5.4 .0"
35
+ "jasmine-core" : " ~5.5 .0"
36
36
},
37
37
"bin" : " ./bin/jasmine.js" ,
38
38
"main" : " ./lib/jasmine.js" ,
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments