From a27dc2cdf428ca6a5712490a8919fe44b02ac8aa Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:39:34 +0000 Subject: [PATCH] chore(main): release 6.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f35ecba..8f6211c1 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.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v6.0.0...v6.0.1) (2024-10-21) + + +### Bug Fixes + +* 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)) + ## [6.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v5.0.0...v6.0.0) (2024-01-30) diff --git a/package.json b/package.json index abb04df9..4355c745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "6.0.0", + "version": "6.0.1", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {