Skip to content

Commit e4e3dc3

Browse files
chore: release 2.0.0
1 parent f750f58 commit e4e3dc3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
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.0.0](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.3...v2.0.0) (2021-03-03)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* drop support for Node 10 (#165)
14+
15+
### Miscellaneous Chores
16+
17+
* drop support for Node 10 ([#165](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/165)) ([f750f58](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/f750f5895c5993b75520a0c83ef5e85277479287))
18+
819
### [1.4.3](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.2...v1.4.3) (2021-03-01)
920

1021

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

0 commit comments

Comments
 (0)