diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa7432f..b59c7d15 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)) +## [4.0.2](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.1...v4.0.2) (2022-10-27) + + +### Bug Fixes + +* Surface runtime errors in Deploy Log and Deploy Summary ([#505](https://github.com/netlify/netlify-plugin-lighthouse/issues/505)) ([77ccef3](https://github.com/netlify/netlify-plugin-lighthouse/commit/77ccef381d1311a8f42cd881b3b28c1aee762cdf)) + ## [4.0.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.0...v4.0.1) (2022-10-10) diff --git a/package-lock.json b/package-lock.json index 242a0ca6..a0770706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-lighthouse", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 5bc154b4..d6ffa909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.0.1", + "version": "4.0.2", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {