diff --git a/CHANGELOG.md b/CHANGELOG.md index 030bb27a..248f5d2c 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)) +## [3.6.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.5.0...v3.6.0) (2022-09-30) + + +### Features + +* adds reporting around installable status and config settings ([#476](https://github.com/netlify/netlify-plugin-lighthouse/issues/476)) ([37ddec7](https://github.com/netlify/netlify-plugin-lighthouse/commit/37ddec7614497022a180f0c3c2c45643ac841754)) + ## [3.5.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.4.1...v3.5.0) (2022-09-29) diff --git a/package-lock.json b/package-lock.json index 1738217e..26c99acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-lighthouse", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-lighthouse", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index cf673462..0683c435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "3.5.0", + "version": "3.6.0", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {