Skip to content

Commit e067064

Browse files
chore(main): release 6.0.1 (#622)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 4be7b46 commit e067064

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.0...v6.0.1) (2024-10-21)
9+
10+
11+
### Bug Fixes
12+
13+
* skip is-crawlable audit when running onSuccess against DEPLOY_URL ([#621](https://github.com/netlify/netlify-plugin-lighthouse/issues/621)) ([4be7b46](https://github.com/netlify/netlify-plugin-lighthouse/commit/4be7b464f1d48bd818488d97f2d24b093ccf31c7))
14+
815
## [6.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v5.0.0...v6.0.0) (2024-01-30)
916

1017

package.json

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

0 commit comments

Comments
 (0)