Bump version to 5.0.0-beta-0
This commit is contained in:
@@ -10713,5 +10713,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '5.0.0-alpha.1';
|
return '5.0.0-beta.0';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "5.0.0-alpha.1",
|
"version": "5.0.0-beta.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
28
release_notes/5.0.0-beta.0.md
Normal file
28
release_notes/5.0.0-beta.0.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Jasmine Core 5.0.0-beta.0 Release Notes
|
||||||
|
|
||||||
|
This release supports the 5.0.0-beta-0 release of the `jasmine` package.
|
||||||
|
|
||||||
|
## Breaking changes
|
||||||
|
|
||||||
|
* Dropped support for Node 16
|
||||||
|
|
||||||
|
## New features
|
||||||
|
|
||||||
|
* Added support for Node 20
|
||||||
|
|
||||||
|
## Supported environments
|
||||||
|
|
||||||
|
jasmine-core 5.0.0-beta.0 has been tested in the following environments.
|
||||||
|
|
||||||
|
| Environment | Supported versions |
|
||||||
|
|-------------------|--------------------|
|
||||||
|
| Node | 18, 20 |
|
||||||
|
| Safari | 15-16 |
|
||||||
|
| Chrome | 112 |
|
||||||
|
| Firefox | 102, 112 |
|
||||||
|
| Edge | 112 |
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user