Skip to content

Commit c7a5e38

Browse files
committed
Bump version to 2.0.0-beta.1
1 parent 28637cb commit c7a5e38

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jasmine-browser-runner",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Serve and run your Jasmine specs in a browser",
55
"bin": "bin/jasmine-browser-runner",
66
"exports": "./index.js",

release_notes/2.0.0-beta.1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# jasmine-browser-runner 2.0.0-beta.1 Release Notes
2+
3+
This release adds support for ES module import maps. Thanks @wraiford for
4+
contributing this feature.
5+
6+
## Supported Environments
7+
8+
This release has been tested in the following environments.
9+
10+
| Environment | Supported versions |
11+
|-------------------|--------------------|
12+
| Node | 18, 20 |
13+
| Safari | 15-16 |
14+
| Chrome | 113 |
15+
| Firefox | 102, 113 |
16+
| Edge | 113 |
17+
18+
19+
------
20+
21+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)