Skip to content

Commit f33ea81

Browse files
committed
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2020-06-21) ### Bug Fixes * **deps:** update dependency puppeteer to v4 ([#27](#27)) ([86670f2](86670f2)) ### Features * enable lighthouse logging ([#29](#29)) ([9225cdd](9225cdd))
1 parent ff6c674 commit f33ea81

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.2.0](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.1.0...v1.2.0) (2020-06-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency puppeteer to v4 ([#27](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/27)) ([86670f2](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/86670f2eb11d101774f3b1feba727244138b347e))
7+
8+
9+
### Features
10+
11+
* enable lighthouse logging ([#29](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/29)) ([9225cdd](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/9225cddcbc366ae18ded5b7e5f2d50d7a0ae5e09))
12+
113
# [1.1.0](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.0.1...v1.1.0) (2020-06-11)
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.1.0",
3+
"version": "1.2.0",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)