Skip to content

Commit 300982e

Browse files
committed
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2020-07-13) ### Bug Fixes * only set env.DEBUG_COLORS='true' for the plugin ([#51](#51)) ([b2ace7e](b2ace7e))
1 parent b2ace7e commit 300982e

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.3.2](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.3.1...v1.3.2) (2020-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* only set env.DEBUG_COLORS='true' for the plugin ([#51](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/51)) ([b2ace7e](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/b2ace7e15ce36084414d96dd0a7abb7a75948b54))
7+
18
## [1.3.1](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.3.0...v1.3.1) (2020-07-13)
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.3.1",
3+
"version": "1.3.2",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)