Skip to content

Commit

Permalink
chore: release 2.0.0 (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 3, 2021
1 parent 9ee4580 commit f6ca446
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@

* 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))

## [2.0.0](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.3...v2.0.0) (2021-03-03)


### ⚠ BREAKING CHANGES

* **deps:** update dependency lighthouse to v7 (#134)
* drop support for Node 10 (#165)

### Bug Fixes

* **deps:** update dependency lighthouse to v7 ([#134](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/issues/134)) ([9ee4580](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/commit/9ee4580368ec16a9f9895e9038d3301acbe582fe))


### Miscellaneous Chores

* 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))

### [1.4.3](https://www.github.com/netlify-labs/netlify-plugin-lighthouse/compare/v1.4.2...v1.4.3) (2021-03-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-lighthouse",
"version": "1.4.3",
"version": "2.0.0",
"description": "Netlify Plugin to run Lighthouse on each build",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit f6ca446

Please sign in to comment.