Skip to content

Commit 2e0d8f2

Browse files
committed
Bump version to 1.1.0
1 parent 705c4b6 commit 2e0d8f2

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.0.0",
3+
"version": "1.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/1.1.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.1.0 Release Notes
2+
3+
## New Features
4+
5+
Support for headless Firefox using `browser: "headlessFirefox"`
6+
* Merges [#20](https://github.com/jasmine/jasmine-browser-runner/pull/20) from @chadlwilson
7+
* Fixes [#19](https://github.com/jasmine/jasmine-browser-runner/issues/19)
8+
9+
## Documentation improvements
10+
11+
* Fixed example config file in README
12+
13+
## Supported Environments
14+
15+
jasmine-browser-runner 1.1.0 has been tested in the following environments.
16+
17+
| Environment | Supported versions |
18+
|-------------------|--------------------|
19+
| Node | 12.17+, 14, 16, 18 |
20+
| Safari | 14-15 |
21+
| Chrome | 102 |
22+
| Firefox | 91, 101 |
23+
| Edge | 101 |
24+
25+
26+
------
27+
28+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)