Skip to content

Commit 73f8e00

Browse files
committed
Bump version to 5.0.0-beta-0
1 parent 390cc45 commit 73f8e00

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

lib/jasmine-core/jasmine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10713,5 +10713,5 @@ getJasmineRequireObj().UserContext = function(j$) {
1071310713
};
1071410714

1071510715
getJasmineRequireObj().version = function() {
10716-
return '5.0.0-alpha.1';
10716+
return '5.0.0-beta.0';
1071710717
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jasmine-core",
33
"license": "MIT",
4-
"version": "5.0.0-alpha.1",
4+
"version": "5.0.0-beta.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jasmine/jasmine.git"

release_notes/5.0.0-beta.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Jasmine Core 5.0.0-beta.0 Release Notes
2+
3+
This release supports the 5.0.0-beta-0 release of the `jasmine` package.
4+
5+
## Breaking changes
6+
7+
* Dropped support for Node 16
8+
9+
## New features
10+
11+
* Added support for Node 20
12+
13+
## Supported environments
14+
15+
jasmine-core 5.0.0-beta.0 has been tested in the following environments.
16+
17+
| Environment | Supported versions |
18+
|-------------------|--------------------|
19+
| Node | 18, 20 |
20+
| Safari | 15-16 |
21+
| Chrome | 112 |
22+
| Firefox | 102, 112 |
23+
| Edge | 112 |
24+
25+
26+
------
27+
28+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)