From bc836307d1fef897fe3e81e8908f6599537360ff Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Tue, 2 Nov 2021 13:03:35 -0700 Subject: [PATCH] 0.14.2 --- changelog.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 4a3ea3b9e..bfeed2dea 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index 309531e71..3bdea8ee1 100644 --- a/package.json +++ b/package.json @@ -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/",