Skip to content

Commit 35ac84b

Browse files
Publish Next Version
1 parent 4fdb745 commit 35ac84b

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/great-avocados-deny.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lighthouse-parade
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#160](https://github.com/cloudfour/lighthouse-parade/pull/160) [`8a909a2`](https://github.com/cloudfour/lighthouse-parade/commit/8a909a290c731b9508cc41c91ce0e9c889b6e102) Thanks [@spaceninja](https://github.com/spaceninja)! - Drop support for node 14 & 16, add support for node 20 & 22
8+
39
## 2.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse-parade",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "A Node.js command line tool that crawls a domain and compiles a report with lighthouse performance data for every page.",
55
"bin": "dist/src/cli.js",
66
"files": [

0 commit comments

Comments
 (0)