Bump version to 3.99.0

This commit is contained in:
Steve Gravrock
2022-01-01 10:47:59 -08:00
parent 005648acd8
commit 58d13570ac
4 changed files with 18 additions and 3 deletions

View File

@@ -10749,5 +10749,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.99.0-dev';
return '3.99.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.99.0.dev"
VERSION = "3.99.0"
end
end

View File

@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "3.99.0-dev",
"version": "3.99.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"

15
release_notes/3.99.0.md Normal file
View File

@@ -0,0 +1,15 @@
# Jasmine Core 3.99.0 Release Notes
## Summary
This release adds deprecation warnings for breaking changes that will be
introduced in Jasmine 4.0. Please see the
[migration guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0)
for more information.
This is the last planned release of jasmine-core for Ruby or Python. Versions
4.0 and later will be offered only via NPM and the standalone distribution.
------
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_