Bump version to 3.99.0
This commit is contained in:
@@ -10749,5 +10749,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '3.99.0-dev';
|
return '3.99.0';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
module Jasmine
|
module Jasmine
|
||||||
module Core
|
module Core
|
||||||
VERSION = "3.99.0.dev"
|
VERSION = "3.99.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.99.0-dev",
|
"version": "3.99.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
15
release_notes/3.99.0.md
Normal file
15
release_notes/3.99.0.md
Normal 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)_
|
||||||
Reference in New Issue
Block a user