Skip to content

Commit

Permalink
0.15.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Nov 10, 2021
1 parent 1af60cb commit ee20865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## v0.14.2 (Wed, Oct 6 2021)
## v0.15.0 (Wed, Nov 10 2021)

`ba8d76bd` fix chrome connection in node 17, use 127.0.0.1 explicitly ([#253](https://github.com/GoogleChrome/chrome-launcher/pull/253))
`56731dd8` fix: forward support for fs.rm in node 14.14+ ([#242](https://github.com/GoogleChrome/chrome-launcher/pull/242))
* `1af60cb` add `getChromePath()` method for printing found chrome path ([#255](https://github.com/GoogleChrome/chrome-launcher/pull/255))

## v0.14.2 (Tue, Nov 2 2021)

* `ba8d76bd` fix chrome connection in node 17, use 127.0.0.1 explicitly ([#253](https://github.com/GoogleChrome/chrome-launcher/pull/253))
* `56731dd8` fix: forward support for fs.rm in node 14.14+ ([#242](https://github.com/GoogleChrome/chrome-launcher/pull/242))

## v0.14.1 (Wed, Oct 6 2021)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"is-wsl": "^2.2.0",
"lighthouse-logger": "^1.0.0"
},
"version": "0.14.2",
"version": "0.15.0",
"types": "./dist/index.d.ts",
"description": "Launch latest Chrome with the Devtools Protocol port open",
"repository": "https://github.com/GoogleChrome/chrome-launcher/",
Expand Down

0 comments on commit ee20865

Please sign in to comment.