Skip to content

Commit

Permalink
Bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jul 20, 2024
1 parent 87d1806 commit d9f1c03
Show file tree
Hide file tree
Showing 2 changed files with 32 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": "5.1.0",
"version": "5.2.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -32,7 +32,7 @@
],
"dependencies": {
"glob": "^10.2.2",
"jasmine-core": "~5.1.0"
"jasmine-core": "~5.2.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
30 changes: 30 additions & 0 deletions release_notes/5.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Jasmine 5.2.0 Release Notes

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

## New Features

* Wrap help text to the terminal width
* --verbose flag to print configuration debugging info
* Fixes [#211](https://github.com/jasmine/jasmine-npm/issues/211).

## Bug Fixes

* Report parallel spec loading errors as suite errors rather than terminating early
* Removed excess logging when parallel execution terminates early

## Documentation Improvements

* Added Node 22 to supported environments
* Fixed API docs for Runner#loadConfigFile
* Removed obsolete bits from README

## Supported environments

This version has been tested on Node 18, 20, and 22.

------

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

0 comments on commit d9f1c03

Please sign in to comment.