Skip to content

Commit 7421e0e

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-06-11) ### Bug Fixes * report error to failBuild ([#19](#19)) ([334a282](334a282)) * **package.json:** add bugs and repository fields ([#16](#16)) ([03d957d](03d957d))
1 parent b08fe5b commit 7421e0e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.0.0...v1.0.1) (2020-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* report error to failBuild ([#19](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/19)) ([334a282](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/334a282244bcd1b733ff9004d0c738585dddf6df))
7+
* **package.json:** add bugs and repository fields ([#16](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/16)) ([03d957d](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/03d957dcf4345103c79400a18801b7e9d7e7b019))
8+
19
# 1.0.0 (2020-06-10)
210

311

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

0 commit comments

Comments
 (0)