Skip to content

Commit 2388831

Browse files
chore(main): release 5.0.0 (#591)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 1116f78 commit 2388831

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55

66
* 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))
77

8+
## [5.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.1...v5.0.0) (2023-07-13)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Run plugin on live deploy URL by default ([#588](https://github.com/netlify/netlify-plugin-lighthouse/issues/588))
14+
15+
### Features
16+
17+
* 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))
18+
819
## [4.1.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.0...v4.1.1) (2023-04-21)
920

1021

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-lighthouse",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)