From b2084a8bcddb99785de4062bb6b9b84e5547ba73 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:44:38 +0100 Subject: [PATCH] chore(main): release 4.1.1 (#574) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4896bb4b..f68be0ec 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.1.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.0...v4.1.1) (2023-04-21) + + +### Bug Fixes + +* Fix chrome-launcher error preventing reports being generated ([#573](https://github.com/netlify/netlify-plugin-lighthouse/issues/573)) ([ae6e28e](https://github.com/netlify/netlify-plugin-lighthouse/commit/ae6e28e9be9311328f7b4cb6a893db1b01ac7e37)) + ## [4.1.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.7...v4.1.0) (2023-04-13) diff --git a/package-lock.json b/package-lock.json index 7fdc86ff..5e033650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 76eda5e5..5b7b7df6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-lighthouse", - "version": "4.1.0", + "version": "4.1.1", "description": "Netlify Plugin to run Lighthouse on each build", "main": "src/index.js", "scripts": {