From c4c72c69f83ea396cb92ca7750d022d974c6041b Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 27 Feb 2020 15:16:19 -0800 Subject: [PATCH] v0.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c148b7932..f0465a214 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "mkdirp": "0.5.1", "rimraf": "^2.6.1" }, - "version": "0.12.0", + "version": "0.13.0", "types": "./dist/index.d.ts", "description": "Launch latest Chrome with the Devtools Protocol port open", "repository": "https://github.com/GoogleChrome/chrome-launcher/",