Skip to content

Commit 8cf0407

Browse files
chore(main): release 4.0.0 (#488)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent ea0856b commit 8cf0407

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

66
* feat: reduce summary sent to only id and score ([#448](https://github.com/netlify/netlify-plugin-lighthouse/issues/448)) ([969cc58](https://github.com/netlify/netlify-plugin-lighthouse/commit/969cc589c33f53925ea26d47ae31a7d3152c58c0))
77

8+
## [4.0.0](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.7.1...v4.0.0) (2022-10-07)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* The `path` audit input option no longer affects the served directory for an audit. Use `serveDir` instead. Use `path` to specify the sub directory or `html` file within the served directory that should be audited.
14+
15+
### Features
16+
17+
* Allow running lighthouse on other pages available in publish folder ([#487](https://github.com/netlify/netlify-plugin-lighthouse/issues/487)) ([ea0856b](https://github.com/netlify/netlify-plugin-lighthouse/commit/ea0856b0980576942a0862b69d5b140a9b8025b3))
18+
19+
20+
### Bug Fixes
21+
22+
* **deps:** update dependency dotenv to v16.0.3 ([#480](https://github.com/netlify/netlify-plugin-lighthouse/issues/480)) ([c204252](https://github.com/netlify/netlify-plugin-lighthouse/commit/c204252a18f63181381b6b0f7c5e5b34b5c9560e))
23+
824
## [3.7.1](https://github.com/netlify/netlify-plugin-lighthouse/compare/v3.7.0...v3.7.1) (2022-10-04)
925

1026

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

0 commit comments

Comments
 (0)