From dd0b03d2eea71f55393e4df552e6608b1a184db4 Mon Sep 17 00:00:00 2001 From: Justin Ribeiro Date: Tue, 7 Dec 2021 09:03:29 -0800 Subject: [PATCH] v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5836ca76..6a8c6527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse-action", - "version": "2.0.0", + "version": "3.0.0", "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",