From ad40cfda62f5feb57f50894eaab0ba334867537d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 15:51:22 +0000 Subject: [PATCH 1/2] chore(main): release 4.0.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc1f524..57c0da5f 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.5](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.4...v4.0.5) (2023-01-16) + + +### Bug Fixes + +* **deps:** Revert "fix(deps) upgrade puppeteer to v 19.5.2 ([#532](https://github.com/netlify/netlify-plugin-lighthouse/issues/532))" ([#536](https://github.com/netlify/netlify-plugin-lighthouse/issues/536)) ([a319044](https://github.com/netlify/netlify-plugin-lighthouse/commit/a319044517c49d0f60d4f330ccba2756643bb929)) + ## [4.0.4](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.3...v4.0.4) (2023-01-16) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4d805619..3a56f1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-lighthouse", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index dfedf487..2fc8c6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.4", + "version": "4.0.5", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": { From 8e22dfe5b45ecd6f6692e01059c6e2e776275787 Mon Sep 17 00:00:00 2001 From: Suzanne Aitchison Date: Mon, 16 Jan 2023 17:31:11 +0000 Subject: [PATCH 2/2] nudge checks