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