Skip to content

Commit 2529d22

Browse files
chore: release 1.4.3 (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5668d0 commit 2529d22

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
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+
### [1.4.3](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.2...v1.4.3) (2021-03-01)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency puppeteer to v7 ([#153](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/153)) ([9da372f](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/9da372f9b0a69f111a0036c57210f1e3bf8297eb))
14+
* **deps:** update dependency puppeteer to v8 ([#162](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/162)) ([d5668d0](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/d5668d08a8ed756846477a5d6fb00b31df31677d))
15+
* **docs:** align readme with plugins installation flow ([fe5d80e](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/fe5d80eb3ccaa1760ada523778be2d0c626e19cf))
16+
* **docs:** update local dev instructions ([#151](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/151)) ([3841d96](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/3841d960f55e215392fbacd739f2fdc4708ec2ab))
17+
818
## [1.4.1](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.0...v1.4.1) (2020-09-03)
919

1020

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

0 commit comments

Comments
 (0)