diff --git a/package.json b/package.json index 02c4e5b..ae5f63e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "bdd" ], "license": "MIT", - "version": "5.0.1", + "version": "5.0.2", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine-npm" diff --git a/release_notes/5.0.2.md b/release_notes/5.0.2.md new file mode 100644 index 0000000..8dc45bf --- /dev/null +++ b/release_notes/5.0.2.md @@ -0,0 +1,15 @@ +# Jasmine 5.0.2 Release Notes + +## Changes + +* Fixed error when using the --require CLI argument + * Fixes [#208](https://github.com/jasmine/jasmine-npm/issues/208) + + +## Supported environments + +The jasmine package has been tested on Node 18 and 20. + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_