Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/great-avocados-deny.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lighthouse-parade

## 3.0.0

### Major Changes

- [#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

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse-parade",
"version": "2.1.0",
"version": "3.0.0",
"description": "A Node.js command line tool that crawls a domain and compiles a report with lighthouse performance data for every page.",
"bin": "dist/src/cli.js",
"files": [
Expand Down