From e56adf5230be70d2618b45f6d72a3756f9d7f9bd Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:32:57 +0000 Subject: [PATCH] chore(main): release 6.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6211c1..7992e785 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)) +## [6.0.2](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.1...v6.0.2) (2025-08-11) + + +### Bug Fixes + +* **deps:** upgrade Puppeteer upgrade ([#624](https://github.com/netlify/netlify-plugin-lighthouse/issues/624)) ([5efe04b](https://github.com/netlify/netlify-plugin-lighthouse/commit/5efe04b8924e3e1e8ded9324fc6f67ec89ec8e2b)) + ## [6.0.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.0...v6.0.1) (2024-10-21) diff --git a/package.json b/package.json index 65dc352a..a30bee1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "6.0.1", + "version": "6.0.2", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {