Skip to content

Commit 55d4150

Browse files
committed
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2020-07-05) ### Bug Fixes * **deps:** update dependency lighthouse to v6.1.0 ([#34](#34)) ([b12f94e](b12f94e)) * **deps:** update dependency puppeteer to v4.0.1 ([#35](#35)) ([191c086](191c086)) * **deps:** update dependency puppeteer to v5 ([#39](#39)) ([a1dbd9a](a1dbd9a))
1 parent 88769b6 commit 55d4150

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.2](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.2.1...v1.2.2) (2020-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency lighthouse to v6.1.0 ([#34](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/34)) ([b12f94e](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/b12f94ebea0f2a6bc430289f453e5351621fdf30))
7+
* **deps:** update dependency puppeteer to v4.0.1 ([#35](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/35)) ([191c086](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/191c086dd9ef33d17ed81554fc3b3e33cb75e9d2))
8+
* **deps:** update dependency puppeteer to v5 ([#39](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/39)) ([a1dbd9a](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/a1dbd9a497402e205bc788ff1c847820935a02e4))
9+
110
## [1.2.1](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.2.0...v1.2.1) (2020-06-21)
211

312

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

0 commit comments

Comments
 (0)