Skip to content

Commit db8238b

Browse files
committed
Bump version to 2.3.0
1 parent 513b483 commit db8238b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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.2.0",
3+
"version": "2.3.0",
44
"description": "Serve and run your Jasmine specs in a browser",
55
"bin": "bin/jasmine-browser-runner",
66
"exports": "./index.js",

release_notes/2.3.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# jasmine-browser-runner 2.3.0 Release Notes
2+
3+
## New Features
4+
5+
* Use the new headless Chrome mode when the specified browser is "headlessChrome"
6+
7+
See <https://developer.chrome.com/articles/new-headless/> for more information.
8+
9+
## Supported environments
10+
11+
This version has been tested in the following environments.
12+
13+
| Environment | Supported versions |
14+
|-------------------|--------------------|
15+
| Node | 18, 20 |
16+
| Safari | 15-16 |
17+
| Chrome | 117 |
18+
| Firefox | 102, 117 |
19+
| Edge | 116 |
20+
21+
------
22+
23+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)