Skip to content

Commit dd88093

Browse files
chore(main): release 3.0.1 (#438)
* chore(main): release 3.0.1 Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Kevin Samoei <[email protected]>
1 parent 30cb14d commit dd88093

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
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.0.0...v3.0.1) (2022-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **deps:** update dependency puppeteer to v15 ([#436](https://github.com/netlify/netlify-plugin-lighthouse/issues/436)) ([15118d0](https://github.com/netlify/netlify-plugin-lighthouse/commit/15118d0a03e82900284132bcd0d1b55046301bd7))
8+
* specify node version `>=14.15 <18` ([#439](https://github.com/netlify/netlify-plugin-lighthouse/issues/439)) ([30cb14d](https://github.com/netlify/netlify-plugin-lighthouse/commit/30cb14d1ad721f15e48cefbdf23dc81bf6aa2ca9))
9+
110
## [3.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v2.1.3...v3.0.0) (2022-07-07)
211

312

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)