Skip to content

Commit

Permalink
Bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jul 23, 2022
1 parent 26bb6c9 commit 2884a0c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "4.2.1",
"version": "4.3.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -29,7 +29,7 @@
],
"dependencies": {
"glob": "^7.1.6",
"jasmine-core": "^4.2.0"
"jasmine-core": "^4.3.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
33 changes: 33 additions & 0 deletions release_notes/4.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Jasmine NPM 4.3.0 Release Nodes

This release updates the jasmine-core dependency to 4.3.0. See the
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.3.0.md)
for more information.

# New features

* Added a config option to disable listing pending specs when there are failures
* This can make failure output easier to read when there are also a number of
pending specs. To use this feature, add `alwaysListPendingSpecs: false` to
the config file or call `.alwaysListPendingSpecs(false)` on the `Jasmine`
instance.


## Documentation updates

* Added a contributing guide
* Copied CODE_OF_CONDUCT from core repo

## Internal improvements

* Converted `Jasmine` and `Loader` to ES6 classes

## Supported environments

The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.



------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 2884a0c

Please sign in to comment.