Skip to content

Commit fa03122

Browse files
chore(main): release 3.1.0 (#444)
* 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 <[email protected]>
1 parent 0395dac commit fa03122

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.1.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.0.1...v3.1.0) (2022-07-27)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency puppeteer to v15.4.2 ([088882f](https://github.com/netlify/netlify-plugin-lighthouse/commit/088882fac2ac9c401e0a4c042403b411c683349f))
12+
* **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))
13+
114
## [3.0.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.0.0...v3.0.1) (2022-07-12)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)