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.0.0 " ,
13
+ "version" : " 5.0.1 " ,
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" : " github:jasmine/jasmine "
35
+ "jasmine-core" : " ~5.0.1 "
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.0.1 Release Notes
2
+
3
+ ## Changes
4
+
5
+ * Fixed state leak between multiple Jasmine instances run consecutively
6
+
7
+ Fixes [ #207 ] ( https://github.com/jasmine/jasmine-npm/issues/207 )
8
+
9
+ ## Supported environments
10
+
11
+ The jasmine package has been tested on Node 18 and 20.
12
+
13
+ ------
14
+
15
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments