From 1c292ae7bebd683d5fb2dafc67dee39c22a018d6 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:58:44 +0000 Subject: [PATCH] chore(main): release 4.0.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c16c12..fb2e7c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * feat: reduce summary sent to only id and score ([#448](https://github.com/netlify/netlify-plugin-lighthouse/issues/448)) ([969cc58](https://github.com/netlify/netlify-plugin-lighthouse/commit/969cc589c33f53925ea26d47ae31a7d3152c58c0)) +## [4.0.7](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.6...v4.0.7) (2023-01-25) + + +### Bug Fixes + +* **deps:** Revert "fix(deps): Upgrade puppeteer using cache utils ([#540](https://github.com/netlify/netlify-plugin-lighthouse/issues/540))" ([#544](https://github.com/netlify/netlify-plugin-lighthouse/issues/544)) ([7ea7fb9](https://github.com/netlify/netlify-plugin-lighthouse/commit/7ea7fb96d06181b5f88598c57e7d523089ef2b7d)) + ## [4.0.6](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.5...v4.0.6) (2023-01-24) diff --git a/package-lock.json b/package-lock.json index 5630d27b..2198071e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 508f3976..e80f210d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.6", + "version": "4.0.7", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {