Skip to content

Commit 2884a0c

Browse files
committed
Bump version to 4.3.0
1 parent 26bb6c9 commit 2884a0c

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-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": "4.2.1",
13+
"version": "4.3.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"glob": "^7.1.6",
32-
"jasmine-core": "^4.2.0"
32+
"jasmine-core": "^4.3.0"
3333
},
3434
"bin": "./bin/jasmine.js",
3535
"main": "./lib/jasmine.js",

release_notes/4.3.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Jasmine NPM 4.3.0 Release Nodes
2+
3+
This release updates the jasmine-core dependency to 4.3.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.3.0.md)
5+
for more information.
6+
7+
# New features
8+
9+
* Added a config option to disable listing pending specs when there are failures
10+
* This can make failure output easier to read when there are also a number of
11+
pending specs. To use this feature, add `alwaysListPendingSpecs: false` to
12+
the config file or call `.alwaysListPendingSpecs(false)` on the `Jasmine`
13+
instance.
14+
15+
16+
## Documentation updates
17+
18+
* Added a contributing guide
19+
* Copied CODE_OF_CONDUCT from core repo
20+
21+
## Internal improvements
22+
23+
* Converted `Jasmine` and `Loader` to ES6 classes
24+
25+
## Supported environments
26+
27+
The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.
28+
29+
30+
31+
------
32+
33+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)