From 64802be8261caaa42f0415eb27d68f338140be17 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 31 May 2022 14:22:47 -0700 Subject: [PATCH] v0.15.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 092ec3d39..7e9cdaee7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "is-wsl": "^2.2.0", "lighthouse-logger": "^1.0.0" }, - "version": "0.15.0", + "version": "0.15.1", "types": "./dist/index.d.ts", "description": "Launch latest Chrome with the Devtools Protocol port open", "repository": "https://github.com/GoogleChrome/chrome-launcher/",