From 7ba41255d675ff97f2608ce37acf1673726f0b9c Mon Sep 17 00:00:00 2001 From: Justin Ribeiro Date: Fri, 30 Jul 2021 09:32:25 -0700 Subject: [PATCH] v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eaf71fa..ee556e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse-action", - "version": "1.1.0", + "version": "2.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",