Skip to content

Commit f50cc18

Browse files
committed
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2020-07-13) ### Bug Fixes * **lighthouse:** hide logs timestamp when running in tty ([#50](#50)) ([b2187ca](b2187ca))
1 parent b2187ca commit f50cc18

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.1](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.3.0...v1.3.1) (2020-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **lighthouse:** hide logs timestamp when running in tty ([#50](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/50)) ([b2187ca](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/b2187cac4413f993a8b27a47c49b0dfe48f9f044))
7+
18
# [1.3.0](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.2.2...v1.3.0) (2020-07-12)
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.0",
3+
"version": "1.3.1",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)