🌐 AI搜索 & 代理 主页
Skip to content

Commit d8e5f89

Browse files
committed
Bump version to 5.8.0
1 parent 4937540 commit d8e5f89

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bdd"
1111
],
1212
"license": "MIT",
13-
"version": "5.7.1",
13+
"version": "5.8.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.7.0"
35+
"jasmine-core": "~5.8.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.8.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Jasmine 5.8.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 5.8.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.8.0.md)
5+
for more information.
6+
7+
## Documentation improvements
8+
9+
* Added Node 24 to supported environments
10+
* Document that spec filter can be a RegExp
11+
12+
## Supported environments
13+
14+
This version has been tested on Node 18*, 20, 22, and 24.
15+
16+
\* Environments that are past end of life are supported on a best-effort basis.
17+
They may be dropped in a future minor release of Jasmine if continued support
18+
becomes impractical.
19+
20+
------
21+
22+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)