Skip to content

Commit 0a8ce13

Browse files
committed
Bump version to 5.7.0
1 parent eb2f84d commit 0a8ce13

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-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.6.0",
13+
"version": "5.7.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": "github:jasmine/jasmine"
35+
"jasmine-core": "~5.7.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.7.0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Jasmine 5.7.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 5.7.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.7.0.md)
5+
for more information.
6+
7+
## New features and bug fixes
8+
9+
* Added `--filter-path=` option to do exact (non-regex) prefix filtering
10+
* Updated help text to clarify that `--filter=` takes a regex
11+
* Added `enumerate` subcommand to list suites and specs
12+
13+
## Internal improvements
14+
15+
* Removed mostly-unmaintained dev dependency 'temp'
16+
* Updated to eslint 9
17+
* Updated dev dependency shelljs
18+
19+
## Supported environments
20+
21+
This version has been tested on Node 18*, 20, and 22.
22+
23+
\* Environments that are past end of life are supported on a best-effort basis.
24+
They may be dropped in a future minor release of Jasmine if continued support
25+
becomes impractical.
26+
27+
28+
------
29+
30+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)