Skip to content

Commit ca9c16f

Browse files
committed
Bump version to 1.2.0
1 parent c60dacb commit ca9c16f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-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.1.0",
3+
"version": "1.2.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.2.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# jasmine-browser-runner 1.2.0 Release Notes
2+
3+
## New Features and bug fixes
4+
5+
* Added a `alwaysListPendingSpecs` config option to omit pending specs from
6+
the console reporter's output if there are any failures
7+
8+
* The `runSpecs` subcommand now uses the port number specified in the config file
9+
* Merges [#24](https://github.com/jasmine/jasmine-browser-runner/pull/24) from @DobromirZlatkov
10+
* Fixes [#21](https://github.com/jasmine/jasmine-browser-runner/issues/21)
11+
12+
## Supported Environments
13+
14+
jasmine-browser-runner 1.2.0 has been tested in the following environments.
15+
16+
| Environment | Supported versions |
17+
|-------------------|--------------------|
18+
| Node | 12.17+, 14, 16, 18 |
19+
| Safari | 14-15 |
20+
| Chrome | 106 |
21+
| Firefox | 91, 105 |
22+
| Edge | 105 |
23+
24+
25+
------
26+
27+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)