From 8e78e384e37b5e7b2b86cf89eef33c3bce2695bf Mon Sep 17 00:00:00 2001 From: Adam Raine <6752989+adamraine@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:16:43 -0700 Subject: [PATCH] 1.0.0 (#310) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74999d0f1..919dd362f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "is-wsl": "^2.2.0", "lighthouse-logger": "^2.0.1" }, - "version": "0.15.2", + "version": "1.0.0", "types": "./dist/index.d.ts", "description": "Launch latest Chrome with the Devtools Protocol port open", "repository": "https://github.com/GoogleChrome/chrome-launcher/",