Skip to content

Commit

Permalink
Bump version to 3.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jan 1, 2022
1 parent 005648a commit 58d1357
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -10749,5 +10749,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};

getJasmineRequireObj().version = function() {
return '3.99.0-dev';
return '3.99.0';
};
2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.99.0.dev"
VERSION = "3.99.0"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
15 changes: 15 additions & 0 deletions release_notes/3.99.0.md
Original file line number Diff line number Diff line change
@@ -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)_

0 comments on commit 58d1357

Please sign in to comment.