Skip to content

Commit efba7cd

Browse files
chore(main): release 3.0.1
1 parent aff5309 commit efba7cd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
* **deps:** update dependency puppeteer to v13.5.2 ([c0f07fb](https://github.com/netlify/netlify-plugin-lighthouse/commit/c0f07fbc38f7bf415e3befac026d2cb741d432cb))
2323
* update changelog to reflect already released ([#430](https://github.com/netlify/netlify-plugin-lighthouse/issues/430)) ([5825fdb](https://github.com/netlify/netlify-plugin-lighthouse/commit/5825fdbb3584a494dbe08b30bbe83e91bcfdb33f))
2424

25+
## [3.0.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.0.0...v3.0.1) (2022-07-11)
26+
27+
28+
### Bug Fixes
29+
30+
* **deps:** update dependency dotenv to v16 ([#376](https://github.com/netlify/netlify-plugin-lighthouse/issues/376)) ([aff5309](https://github.com/netlify/netlify-plugin-lighthouse/commit/aff5309fd410a7abfd6a6409bba32a110e7964c0))
31+
2532
### [2.1.3](https://github.com/netlify/netlify-plugin-lighthouse/compare/v2.1.2...v2.1.3) (2022-01-10)
2633

2734

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

0 commit comments

Comments
 (0)