Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#444)
Browse files Browse the repository at this point in the history
* chore(main): release 3.1.0

* chore: update changelog

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Kevin Samoei <samoeikev@gmail.com>
  • Loading branch information
token-generator-app[bot] and kevinsamoei committed Jul 27, 2022
1 parent 0395dac commit fa03122
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.1.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.0.1...v3.1.0) (2022-07-27)


### Features

* extract the full html report ([#440](https://github.com/netlify/netlify-plugin-lighthouse/issues/440)) ([0395dac](https://github.com/netlify/netlify-plugin-lighthouse/commit/0395dacf006d64a8cc8933c677e53bccc1653b43))


### Bug Fixes

* **deps:** update dependency puppeteer to v15.4.2 ([088882f](https://github.com/netlify/netlify-plugin-lighthouse/commit/088882fac2ac9c401e0a4c042403b411c683349f))
* **deps:** update dependency puppeteer to v15.5.0 ([#446](https://github.com/netlify/netlify-plugin-lighthouse/issues/446)) ([5e5ef31](https://github.com/netlify/netlify-plugin-lighthouse/commit/5e5ef3170593e80d4c10be703d1f17cd2a3d8b8b))

## [3.0.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.0.0...v3.0.1) (2022-07-12)


Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.1",
"version": "3.1.0",
"description": "Netlify Plugin to run Lighthouse on each build",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit fa03122

Please sign in to comment.