diff --git a/package.json b/package.json index 10425ef..295c3d4 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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", diff --git a/release_notes/5.2.0.md b/release_notes/5.2.0.md new file mode 100644 index 0000000..7d3f49a --- /dev/null +++ b/release_notes/5.2.0.md @@ -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](http://github.com/infews/anchorman)_