From 191ab52ca48800f5a9ee29bc24a4b165772db2a2 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Wed, 25 Jan 2023 19:45:30 -0800 Subject: [PATCH] Bump version to 1.3.0 --- package.json | 2 +- release_notes/1.3.0.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 release_notes/1.3.0.md diff --git a/package.json b/package.json index 7c2bac0..a875024 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/release_notes/1.3.0.md b/release_notes/1.3.0.md new file mode 100644 index 0000000..bd1830e --- /dev/null +++ b/release_notes/1.3.0.md @@ -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)_ \ No newline at end of file