diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 6b68d41d..6bbb4f20 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -10762,5 +10762,5 @@ getJasmineRequireObj().UserContext = function(j$) { }; getJasmineRequireObj().version = function() { - return '3.99.0'; + return '3.99.1'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 5209521b..1e6bb6d9 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "3.99.0" + VERSION = "3.99.1" end end diff --git a/package.json b/package.json index 4deeca7a..009df2f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "3.99.0", + "version": "3.99.1", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/3.99.1.md b/release_notes/3.99.1.md new file mode 100644 index 00000000..263a15a9 --- /dev/null +++ b/release_notes/3.99.1.md @@ -0,0 +1,22 @@ +# Jasmine Core 3.99.1 Release Notes + +This release fixes a bug in 3.99.0, which incorrectly reported a deprecation +warning when a promise returned from a function passed to `it`, `beforeEach`, +etc was resolved to a value. + +## Supported environments + +jasmine-core 3.99.1 has been tested in the following environments. + +| Environment | Supported versions | +|-------------------|--------------------| +| Node | 10, 12, 14, 16 | +| Safari | 10-14 | +| Chrome | 98 | +| Firefox | 97, 78, 68 | +| Edge | 98 | +| Internet Explorer | 10, 11 | + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_