diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 2c4204fb..b6132e6c 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -12408,5 +12408,5 @@ getJasmineRequireObj().UserContext = function(j$) { }; getJasmineRequireObj().version = function() { - return '6.0.0'; + return '6.0.1'; }; diff --git a/package.json b/package.json index 469e5611..7d6b55c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "6.0.0", + "version": "6.0.1", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/6.0.1.md b/release_notes/6.0.1.md new file mode 100644 index 00000000..f5ec6a0a --- /dev/null +++ b/release_notes/6.0.1.md @@ -0,0 +1,29 @@ +# Jasmine Core 6.0.1 Release Notes + +## Bug fixes + +* Don't emit a deprecation warning when `jasmineRequire.core` is called from an + ES module + +## Supported environments + +This version has been tested in the following environments. + +| Environment | Supported versions | +|-------------------|--------------------------------| +| Node | 20, 22, 24 | +| Safari** | 16, 17, 26.2 | +| Chrome | 143* | +| Firefox | 102**, 115**, 128**, 140, 147* | +| Edge | 143* | + +\* Evergreen browser. Each version of Jasmine is tested against the latest +version available at release time.
+\** Supported on a best-effort basis. Support for these versions may be dropped +if it becomes impractical, and bugs affecting only these versions may not be +treated as release blockers. + + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_