Skip to content

Commit 04b1417

Browse files
chore(main): release 2.1.3 (#349)
Co-authored-by: netlify-tokens-generator-app[bot] <82025397+netlify-tokens-generator-app[bot]@users.noreply.github.com>
1 parent ba147f5 commit 04b1417

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
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+
### [2.1.3](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.1.2...v2.1.3) (2022-01-10)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency chalk to v4.1.2 ([b4c1baf](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/b4c1baf3ddb298fc9053fc30b10ab95bd724b98d))
14+
* **deps:** update dependency chrome-launcher to ^0.15.0 ([a04050c](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/a04050c5ed853fa06ffb580f7e299149b312597d))
15+
* **deps:** update dependency chrome-launcher to v0.14.2 ([96f4f87](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/96f4f8723bd57a48cbc780890aa92749471c77a3))
16+
* **deps:** update dependency express to v4.17.2 ([94a9737](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/94a973766852ca44ad80eb62327bd7f90ead80a1))
17+
* **deps:** update dependency lighthouse to v8.2.0 ([7820eee](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/7820eee8e86c40b49ab28fd7ba8ac8f8135a8e9e))
18+
* **deps:** update dependency lighthouse to v8.3.0 ([e18ba36](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/e18ba3605541a3b8112e4bb66e947ace47f7fbad))
19+
* **deps:** update dependency lighthouse to v8.5.1 ([12316ad](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/12316ad61a88460e2cb1f134050de3d3a93f6322))
20+
* **deps:** update dependency lighthouse to v8.6.0 ([56a440f](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/56a440f934999c0dd66432e0d5224ff879795184))
21+
* **deps:** update dependency puppeteer to v13 ([#342](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/342)) ([1b44c45](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/1b44c45cb7686689e29756f379640a5937bad215))
22+
823
### [2.1.2](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.1.1...v2.1.2) (2021-06-13)
924

1025

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

0 commit comments

Comments
 (0)