From 7e39aaf1b6bb4e54711ada7bedbbd9f0cd70696d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:31:29 +0000 Subject: [PATCH] chore(main): release 4.0.6 (#541) * chore(main): release 4.0.6 * manually edit changelog * include commit hash in manual entry Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Suzanne Aitchison --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c0da5f..c2c16c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ * 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.6](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.5...v4.0.6) (2023-01-24) + + +### Bug Fixes + +* **deps:** Upgrade puppeteer using cache utils ([#540](https://github.com/netlify/netlify-plugin-lighthouse/issues/540)) ([f831eb1](https://github.com/netlify/netlify-plugin-lighthouse/commit/f831eb1ead7e0705e432ea5d7c6b1168a5db83c6)) + +### Miscellaneous Chores + +* **chore:** Internal refactor to use ES modules ([#533](https://github.com/netlify/netlify-plugin-lighthouse/pull/533)) ([bbb55c9](https://github.com/netlify/netlify-plugin-lighthouse/commit/bbb55c9decbe3923add6ea6008d2be3ba03fd6f2)) + ## [4.0.5](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.4...v4.0.5) (2023-01-16) diff --git a/package-lock.json b/package-lock.json index 8fb9e9a3..4220f369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6acb419e..5e1c3456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.5", + "version": "4.0.6", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {