Skip to content

Commit

Permalink
Merge pull request #47 from cloudfour/changeset-release/master
Browse files Browse the repository at this point in the history
Publish Next Version
  • Loading branch information
emersonthis authored Oct 28, 2020
2 parents 99ee851 + ee7b9fb commit 08abdf0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-onions-behave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/great-penguins-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-monkeys-smile.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [`99ee851`](https://github.com/cloudfour/lighthouse-parade/commit/99ee85118af1e4a0d8bdb4acbf0aea1898c09cf2) [#49](https://github.com/cloudfour/lighthouse-parade/pull/49) Thanks [@calebeby](https://github.com/calebeby)! - Fix line ending bug

* [`035f73f`](https://github.com/cloudfour/lighthouse-parade/commit/035f73f56cb331870b99d20821a0eacd6fa254c4) [#45](https://github.com/cloudfour/lighthouse-parade/pull/45) Thanks [@calebeby](https://github.com/calebeby)! - Reoorganize code to make testing easier

- Reduce CLI output
- Run lighthouse on URLs even if there are already reports saved for those URLs

- [`7b46d70`](https://github.com/cloudfour/lighthouse-parade/commit/7b46d70d7d02e37dec14e0744cef1659d0943a4b) [#48](https://github.com/cloudfour/lighthouse-parade/pull/48) Thanks [@calebeby](https://github.com/calebeby)! - Change default data directory to `lighthouse-parade-data`

## 0.2.1

### Patch 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": "0.2.1",
"version": "0.3.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 08abdf0

Please sign in to comment.