Skip to content

Commit b18c72f

Browse files
chore(main): release 3.2.2
1 parent 19c9ee8 commit b18c72f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
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+
## [3.2.2](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.2.1...v3.2.2) (2022-08-23)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency lighthouse to v9.6.5 ([#447](https://github.com/netlify/netlify-plugin-lighthouse/issues/447)) ([72fe792](https://github.com/netlify/netlify-plugin-lighthouse/commit/72fe792abb8e84c4d2b9521a3a544203148b09b6))
14+
* **deps:** update dependency lighthouse to v9.6.6 ([#456](https://github.com/netlify/netlify-plugin-lighthouse/issues/456)) ([194b212](https://github.com/netlify/netlify-plugin-lighthouse/commit/194b212db2cb138a6a685bc558527e0abfb60fa6))
15+
* **deps:** update dependency puppeteer to v16 ([#451](https://github.com/netlify/netlify-plugin-lighthouse/issues/451)) ([a0b315e](https://github.com/netlify/netlify-plugin-lighthouse/commit/a0b315e29af70eae5d367d2326d05975f675a769))
16+
* **deps:** update dependency puppeteer to v16.2.0 ([#457](https://github.com/netlify/netlify-plugin-lighthouse/issues/457)) ([19c9ee8](https://github.com/netlify/netlify-plugin-lighthouse/commit/19c9ee8fa5e2b596791f7ed12d1f40b5a682085d))
17+
818
## [3.2.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.2.0...v3.2.1) (2022-08-09)
919

1020

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

0 commit comments

Comments
 (0)