Skip to content

Commit 4ff3661

Browse files
chore(main): release 3.0.0 (#371)
* chore(main): release 3.0.0 * Change to version 3.0.0 instead * Update CHANGELOG.md Co-authored-by: netlify-tokens-generator-app[bot] <82025397+netlify-tokens-generator-app[bot]@users.noreply.github.com> Co-authored-by: Fawaz Farid <[email protected]>
1 parent 18f7420 commit 4ff3661

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
* report relevant error on invalid jsons ([#80](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/80)) ([7417e91](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/7417e9170ba9865fb63ea1a34878b21bd5245232))
77

8+
### [3.0.0](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.1.3...v3.0.0) (2022-04-18)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency express to v4.17.3 ([4458347](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/4458347c583f22abef7703c7124124d6a5392a95))
14+
* **deps:** update dependency puppeteer to v13.1.2 ([af97807](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/af978071179a152df6e02298350f6b2680c482df))
15+
* **deps:** update dependency puppeteer to v13.1.3 ([73459cb](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/73459cb6adce80d80162310da180af155f39a4b3))
16+
* **deps:** update dependency puppeteer to v13.3.1 ([5a61a72](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/5a61a7280d63b0925f854e451b8b6eceb9ab8d8b))
17+
* **deps:** update dependency puppeteer to v13.4.0 ([efab3d9](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/efab3d9107d72ce01b6ad7d0328c0f40261dafa8))
18+
* **deps:** update dependency puppeteer to v13.4.1 ([16cdb32](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/16cdb32d77d36f8e25aebdb2147035e3d240106e))
19+
* **deps:** update dependency puppeteer to v13.5.1 ([d900737](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/d90073704a6b1937ac5244636479e1358fcc73ba))
20+
* **deps:** update dependency puppeteer to v13.5.2 ([c0f07fb](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/c0f07fbc38f7bf415e3befac026d2cb741d432cb))
21+
822
### [2.1.3](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.1.2...v2.1.3) (2022-01-10)
923

1024

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

0 commit comments

Comments
 (0)