Skip to content

Commit dfb7a81

Browse files
committed
Bump version to 2.2.0
1 parent b151408 commit dfb7a81

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": "2.1.0",
3+
"version": "2.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/2.2.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# jasmine-browser-runner 2.2.0 Release Notes
2+
3+
## New Features
4+
5+
* Added support for arbitrary Express middleware
6+
* Supports uses like serving extra static assets, proxying requests to
7+
another server, etc.
8+
* Fixes [#37](https://github.com/jasmine/jasmine-browser-runner/issues/37)
9+
* Fixes [#38](https://github.com/jasmine/jasmine-browser-runner/issues/38)
10+
* See [#13](https://github.com/jasmine/jasmine-browser-runner/pull/13)
11+
* See [#33](https://github.com/jasmine/jasmine-browser-runner/pull/33)
12+
13+
## Supported environments
14+
15+
This version has been tested in the following environments.
16+
17+
| Environment | Supported versions |
18+
|-------------------|--------------------|
19+
| Node | 18, 20 |
20+
| Safari | 15-16 |
21+
| Chrome | 116 |
22+
| Firefox | 102, 116 |
23+
| Edge | 115 |
24+
25+
26+
------
27+
28+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)