Skip to content

Commit c5d90af

Browse files
chore(main): release 4.0.4 (#534)
* chore(main): release 4.0.4 * add puppeteer dep update to changelog 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>
1 parent 2adadfe commit c5d90af

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
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+
## [4.0.4](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.3...v4.0.4) (2023-01-16)
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency puppeteer to v19.5.2 ([#532](https://github.com/netlify/netlify-plugin-lighthouse/pull/532)) ([fa216b2](https://github.com/netlify/netlify-plugin-lighthouse/commit/fa216b249cbf4a7c7128c8fa323639a73a1246b2))
13+
### Miscellaneous Chores
14+
15+
* **deps:** update dependency prettier to v2.8.2 ([#530](https://github.com/netlify/netlify-plugin-lighthouse/issues/530)) ([2adadfe](https://github.com/netlify/netlify-plugin-lighthouse/commit/2adadfed5476c3bc73156894c1200caa383ed036))
16+
817
## [4.0.3](https://github.com/netlify/netlify-plugin-lighthouse/compare/v4.0.2...v4.0.3) (2022-11-17)
918

1019

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

0 commit comments

Comments
 (0)