Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed May 10, 2023
1 parent 5c741dd commit 73e5cf8
Show file tree
Hide file tree
Showing 2 changed files with 22 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.3.1",
"version": "1.4.0",
"description": "Serve and run your Jasmine specs in a browser",
"bin": "bin/jasmine-browser-runner",
"exports": "./index.js",
Expand Down
21 changes: 21 additions & 0 deletions release_notes/1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# jasmine-browser-runner 1.4.0 Release Notes

This release adds support for ES module import maps. Thanks @wraiford for
contributing this feature.

## Supported Environments

This release has been tested in the following environments.

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


------

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

0 comments on commit 73e5cf8

Please sign in to comment.