Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Nov 2, 2021
1 parent d6faa26 commit bc83630
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## v0.14.0 (Wed, Oct 6 2021)
## v0.14.2 (Wed, Oct 6 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)

* `630bb77f` feat: set browser preferences ([#247](https://github.com/GoogleChrome/chrome-launcher/pull/247))
* `12b2c8e3` docs(flags): note that disable-gpu isnt needed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"is-wsl": "^2.2.0",
"lighthouse-logger": "^1.0.0"
},
"version": "0.14.1",
"version": "0.14.2",
"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 bc83630

Please sign in to comment.