Skip to content

Commit 08abdf0

Browse files
author
emersonthis
authored
Merge pull request #47 from cloudfour/changeset-release/master
Publish Next Version
2 parents 99ee851 + ee7b9fb commit 08abdf0

5 files changed

Lines changed: 14 additions & 19 deletions

File tree

.changeset/gold-onions-behave.md

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

.changeset/great-penguins-love.md

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

.changeset/happy-monkeys-smile.md

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

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
9+
* [`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
10+
11+
- Reduce CLI output
12+
- Run lighthouse on URLs even if there are already reports saved for those URLs
13+
14+
- [`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`
15+
316
## 0.2.1
417

518
### Patch 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": "0.2.1",
3+
"version": "0.3.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/cli.js",
66
"files": [

0 commit comments

Comments
 (0)