From d6be1f3250ef7ff7648ae58c4e92e48509bdbe7c Mon Sep 17 00:00:00 2001 From: Adam Raine <6752989+adamraine@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:53:10 -0700 Subject: [PATCH] 1.1.2 (#332) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4a08f401..cfeaa9135 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "is-wsl": "^2.2.0", "lighthouse-logger": "^2.0.1" }, - "version": "1.1.1", + "version": "1.1.2", "types": "./dist/index.d.ts", "description": "Launch latest Chrome with the Devtools Protocol port open", "repository": "https://github.com/GoogleChrome/chrome-launcher/",