From 8fb936d1b3bd0ef367d805cd4a168d4cfe9643f5 Mon Sep 17 00:00:00 2001 From: Justin Ribeiro Date: Sat, 2 Nov 2019 16:26:59 -0700 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d962252b..be6ae370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse-action", - "version": "1.0.0", + "version": "1.0.1", "description": "Audit web performance for deployed staging sites with Lighthouse and Github Actions.", "main": "src/index.js", "repository": "git@github.com:justinribeiro/lighthouse-action.git",