Skip to content

Commit 8cbd02e

Browse files
chore(main): release 6.0.3
1 parent 45aa942 commit 8cbd02e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* 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))
77

8+
## [6.0.3](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.2...v6.0.3) (2025-08-12)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** upgrade dependencies ([#629](https://github.com/netlify/netlify-plugin-lighthouse/issues/629)) ([45aa942](https://github.com/netlify/netlify-plugin-lighthouse/commit/45aa942b24e31b75a1023cf407c8607f4123cfde))
14+
815
## [6.0.2](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.1...v6.0.2) (2025-08-11)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-lighthouse",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)