Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jan 26, 2023
1 parent 3ccac5e commit 191ab52
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-browser-runner",
"version": "1.2.0",
"version": "1.3.0",
"description": "Serve and run your Jasmine specs in a browser",
"bin": "bin/jasmine-browser-runner",
"exports": "./index.js",
Expand Down
28 changes: 28 additions & 0 deletions release_notes/1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# jasmine-browser-runner 1.3.0 Release Notes

## New Features and bug fixes

* Restrict selenium-webdriver to <4.8.0 for compatiblity with Node versions
before 14.18, which we still support.

* Warn when backslashes are used in globs on Windows. Backslashes behave
inconsistently between OSes in the version of glob that jasmine-browser-runner
currently uses, and the next major version of glob will treat them as escape
sequences rather than path separators on all OSes.

## Supported Environments

jasmine-browser-runner 1.3.0 has been tested in the following environments.

| Environment | Supported versions |
|-------------------|--------------------|
| Node | 12.17+, 14, 16, 18 |
| Safari | 14-16 |
| Chrome | 109 |
| Firefox | 91, 102, 109 |
| Edge | 109 |


------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 191ab52

Please sign in to comment.