Skip to content

Commit fc4274d

Browse files
chore(main): release 6.0.0 (#613)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 4f40958 commit fc4274d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
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+
## [6.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v5.0.0...v6.0.0) (2024-01-30)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* mark compatible with Node v20 and up ([#612](https://github.com/netlify/netlify-plugin-lighthouse/issues/612))
14+
15+
### Features
16+
17+
* mark compatible with Node v20 and up ([#612](https://github.com/netlify/netlify-plugin-lighthouse/issues/612)) ([0681a72](https://github.com/netlify/netlify-plugin-lighthouse/commit/0681a7289f7e951d1c375027c7ee7a3ef9dae447))
18+
19+
20+
### Bug Fixes
21+
22+
* remove typo ([#611](https://github.com/netlify/netlify-plugin-lighthouse/issues/611)) ([4f40958](https://github.com/netlify/netlify-plugin-lighthouse/commit/4f40958669851002aece0d004ef86a971ba99567))
23+
824
## [5.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.1...v5.0.0) (2023-07-13)
925

1026

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": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)