Skip to content

Commit 7d09c54

Browse files
committed
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.2...v1.4.0) (2020-07-22) ### Bug Fixes * **deps:** update dependency puppeteer to v5.2.1 ([#54](#54)) ([176049b](176049b)) ### Features * list relevant audits on category failure ([#56](#56)) ([6b9a854](6b9a854))
1 parent 6b9a854 commit 7d09c54

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.3.2...v1.4.0) (2020-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency puppeteer to v5.2.1 ([#54](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/54)) ([176049b](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/176049ba7b45d10c82c3e9afb4fdd86204ac82a4))
7+
8+
9+
### Features
10+
11+
* list relevant audits on category failure ([#56](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/56)) ([6b9a854](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/6b9a854189f489b65ebf63d384ca0d82bbe56ce5))
12+
113
## [1.3.2](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.3.1...v1.3.2) (2020-07-13)
214

315

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

0 commit comments

Comments
 (0)