From 8cbd02ebf5d871045bd74f07ca8d32a8334fe986 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:44:27 +0000 Subject: [PATCH] chore(main): release 6.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7992e785..a56d84af 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.3](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.2...v6.0.3) (2025-08-12) + + +### Bug Fixes + +* **deps:** upgrade dependencies ([#629](https://github.com/netlify/netlify-plugin-lighthouse/issues/629)) ([45aa942](https://github.com/netlify/netlify-plugin-lighthouse/commit/45aa942b24e31b75a1023cf407c8607f4123cfde)) + ## [6.0.2](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.1...v6.0.2) (2025-08-11) diff --git a/package.json b/package.json index a30bee1e..e913d028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "6.0.2", + "version": "6.0.3", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {