Skip to content

Commit 71a359f

Browse files
committed
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2020-09-10) ### Bug Fixes * report relevant error on invalid jsons ([#80](#80)) ([7417e91](7417e91))
1 parent 7417e91 commit 71a359f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.2](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.1...v1.4.2) (2020-09-10)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [1.4.1](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.0...v1.4.1) (2020-09-03)
29

310

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

0 commit comments

Comments
 (0)