Skip to content

Commit da409e0

Browse files
chore: release 2.1.0 (#181)
Co-authored-by: netlify-tokens-generator-app[bot] <82025397+netlify-tokens-generator-app[bot]@users.noreply.github.com>
1 parent 53886d5 commit da409e0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* report relevant error on invalid jsons ([#80](https://github.com/netlify-labs/netlify-plugin-lighthouse/issues/80)) ([7417e91](https://github.com/netlify-labs/netlify-plugin-lighthouse/commit/7417e9170ba9865fb63ea1a34878b21bd5245232))
77

8+
## [2.1.0](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v2.0.0...v2.1.0) (2021-04-21)
9+
10+
11+
### Features
12+
13+
* allow publishing the generated html repo ([#180](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/180)) ([53886d5](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/53886d592ac017f44e7959954b7ab2bcbd517b10))
14+
815
## [2.0.0](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.3...v2.0.0) (2021-03-03)
916

1017

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)