diff --git a/CHANGELOG.md b/CHANGELOG.md index f68be0ec..0a0bbdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ * 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)) +## [5.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.1...v5.0.0) (2023-07-13) + + +### ⚠ BREAKING CHANGES + +* Run plugin on live deploy URL by default ([#588](https://github.com/netlify/netlify-plugin-lighthouse/issues/588)) + +### Features + +* Run plugin on live deploy URL by default ([#588](https://github.com/netlify/netlify-plugin-lighthouse/issues/588)) ([1116f78](https://github.com/netlify/netlify-plugin-lighthouse/commit/1116f782aefe3fac65f02724d39c0dd1a52da872)) + ## [4.1.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.0...v4.1.1) (2023-04-21) diff --git a/package-lock.json b/package-lock.json index 4bacc9e4..942d3ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.1.1", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/plugin-lighthouse", - "version": "4.1.1", + "version": "5.0.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index acc8c018..bc443ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.1.1", + "version": "5.0.0", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {