Skip to content

Commit

Permalink
Publish Next Version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 15, 2021
1 parent 0efa5a0 commit 4fc1174
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/early-tables-crash.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- [`0efa5a0`](https://github.com/cloudfour/lighthouse-parade/commit/0efa5a001040e68c8af0a2c652de080bb91d3676) [#65](https://github.com/cloudfour/lighthouse-parade/pull/65) Thanks [@calebeby](https://github.com/calebeby)! - Add options: `--max-crawl-depth`, `--include-path-glob`, `--exclude-path-glob`

- `--max-crawl-depth`: Control the maximum depth of crawled links. 1 means only the entry page will be used. 2 means the entry page and any page linked directly from the entry page will be used.
- `--include-path-glob`: Specify a glob (in quotes) for paths to match. Links to non-matched paths will not be crawled. The entry page will be crawled regardless of this flag. This flag can be specified multiple times to allow multiple paths. `*` matches one url segment, `**` matches multiple segments. Trailing slashes are ignored.
- `--exclude-path-glob`: Specify a glob (in quotes) for paths to exclude. Links to matched paths will not be crawled. The entry page will be crawled regardless of this flag. This flag can be specified multiple times to exclude multiple paths. `*` matches one url segment, `**` matches multiple segments. Trailing slashes are ignored.

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.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/cli.js",
"files": [
Expand Down

0 comments on commit 4fc1174

Please sign in to comment.