Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#613)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Jan 30, 2024
1 parent 4f40958 commit fc4274d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,22 @@

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

## [6.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v5.0.0...v6.0.0) (2024-01-30)


### ⚠ BREAKING CHANGES

* mark compatible with Node v20 and up ([#612](https://github.com/netlify/netlify-plugin-lighthouse/issues/612))

### Features

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


### Bug Fixes

* remove typo ([#611](https://github.com/netlify/netlify-plugin-lighthouse/issues/611)) ([4f40958](https://github.com/netlify/netlify-plugin-lighthouse/commit/4f40958669851002aece0d004ef86a971ba99567))

## [5.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.1.1...v5.0.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-lighthouse",
"version": "5.0.0",
"version": "6.0.0",
"description": "Netlify Plugin to run Lighthouse on each build",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit fc4274d

Please sign in to comment.