Skip to content

Commit

Permalink
chore(main): release 4.0.6 (#541)
Browse files Browse the repository at this point in the history
* chore(main): release 4.0.6

* manually edit changelog

* include commit hash in manual entry

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Suzanne Aitchison <suzanne.aitchison@netlify.com>
  • Loading branch information
token-generator-app[bot] and aitchiss committed Jan 24, 2023
1 parent f831eb1 commit 7e39aaf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@

* 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.0.6](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.5...v4.0.6) (2023-01-24)


### Bug Fixes

* **deps:** Upgrade puppeteer using cache utils ([#540](https://github.com/netlify/netlify-plugin-lighthouse/issues/540)) ([f831eb1](https://github.com/netlify/netlify-plugin-lighthouse/commit/f831eb1ead7e0705e432ea5d7c6b1168a5db83c6))

### Miscellaneous Chores

* **chore:** Internal refactor to use ES modules ([#533](https://github.com/netlify/netlify-plugin-lighthouse/pull/533)) ([bbb55c9](https://github.com/netlify/netlify-plugin-lighthouse/commit/bbb55c9decbe3923add6ea6008d2be3ba03fd6f2))

## [4.0.5](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.4...v4.0.5) (2023-01-16)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-lighthouse",
"version": "4.0.5",
"version": "4.0.6",
"description": "Netlify Plugin to run Lighthouse on each build",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 7e39aaf

Please sign in to comment.