Skip to content

Commit

Permalink
🔖 Release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Jan 21, 2021
1 parent a48447a commit cda38bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## [Unreleased]
## [v1.0.0] - 2021-01-21

[Release notes](https://github.com/BetaHuhn/ackee-report/releases/tag/v1.0.0) · [Compare](https://github.com/BetaHuhn/ackee-report/compare/v0.7.0...v1.0.0) · [Tag](https://github.com/BetaHuhn/ackee-report/tree/v1.0.0)

Events, and an improved email report.

### New features

- `ackee-report` now supports Events which where added in Ackee V3
- Improved email report design
- `ackee-report` now supports events which where added in [Ackee V3](https://github.com/electerious/Ackee/releases/tag/v3.0.0)
- Improved design of the email report

### Changes

Expand All @@ -15,6 +17,7 @@ Events, and an improved email report.
### Breaking changes

- There is now only one email style so the `--style` option is no longer valid
- Due to [breaking changes](https://github.com/electerious/Ackee/blob/v3.0.0/CHANGELOG.md#referrers-require-referrertype-in-graphql-api) in Ackee's API, `ackee-report` now only supports Ackee v3 and later

## [v0.7.0] - 2021-01-13

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ackee-report",
"version": "0.7.0",
"version": "1.0.0",
"description": "CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.",
"bin": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit cda38bb

Please sign in to comment.