Skip to content

Commit 191ab52

Browse files
committed
Bump version to 1.3.0
1 parent 3ccac5e commit 191ab52

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-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": "1.2.0",
3+
"version": "1.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/1.3.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# jasmine-browser-runner 1.3.0 Release Notes
2+
3+
## New Features and bug fixes
4+
5+
* Restrict selenium-webdriver to <4.8.0 for compatiblity with Node versions
6+
before 14.18, which we still support.
7+
8+
* Warn when backslashes are used in globs on Windows. Backslashes behave
9+
inconsistently between OSes in the version of glob that jasmine-browser-runner
10+
currently uses, and the next major version of glob will treat them as escape
11+
sequences rather than path separators on all OSes.
12+
13+
## Supported Environments
14+
15+
jasmine-browser-runner 1.3.0 has been tested in the following environments.
16+
17+
| Environment | Supported versions |
18+
|-------------------|--------------------|
19+
| Node | 12.17+, 14, 16, 18 |
20+
| Safari | 14-16 |
21+
| Chrome | 109 |
22+
| Firefox | 91, 102, 109 |
23+
| Edge | 109 |
24+
25+
26+
------
27+
28+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)