Skip to content

Commit 3869c3b

Browse files
committed
Bump version to 2.1.0
1 parent 4adbe7b commit 3869c3b

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.0.0",
3+
"version": "2.1.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.1.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.1.0 Release Notes
2+
3+
## New Features
4+
5+
* Support any remote selenium grid
6+
* Merges [#32](https://github.com/jasmine/jasmine-browser-runner/pull/32) from @bicarbon8
7+
8+
## Supported environments
9+
10+
This version has been tested in the following environments.
11+
12+
| Environment | Supported versions |
13+
|-------------------|--------------------|
14+
| Node | 18, 20 |
15+
| Safari | 15-16 |
16+
| Chrome | 114 |
17+
| Firefox | 102, 113 |
18+
| Edge | 113 |
19+
20+
21+
------
22+
23+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)