From d0aac894b09f3bc8423fb047a2eace0b370156f8 Mon Sep 17 00:00:00 2001 From: Adam Raine Date: Wed, 12 Jun 2024 10:27:25 -0700 Subject: [PATCH] 1.1.2 --- 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/",