Skip to content

Commit

Permalink
🔖 Release v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Jul 3, 2021
1 parent 6190a4b commit 51c8308
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v2.0.0] - 2021-07-03

[Release notes](https://github.com/BetaHuhn/ackee-report/releases/tag/v2.0.0) · [Compare](https://github.com/BetaHuhn/ackee-report/compare/v1.1.3...v2.0.0) · [Tag](https://github.com/BetaHuhn/ackee-report/tree/v2.0.0) · Archive ([zip](https://github.com/BetaHuhn/ackee-report/archive/v2.0.0.zip) · [tar.gz](https://github.com/BetaHuhn/ackee-report/archive/v2.0.0.tar.gz))

### Dependency updates

- [`33707f3`](https://github.com/BetaHuhn/ackee-report/commit/33707f3) Upgrade dependencies

### Breaking changes

- [`aa8d547`](https://github.com/BetaHuhn/ackee-report/commit/aa8d547) Update query to changes in Ackee v3.1.1's GraphQL API

## [v1.1.3] - 2021-06-28

[Release notes](https://github.com/BetaHuhn/ackee-report/releases/tag/v1.1.3) · [Compare](https://github.com/BetaHuhn/ackee-report/compare/v1.1.2...v1.1.3) · [Tag](https://github.com/BetaHuhn/ackee-report/tree/v1.1.3) · Archive ([zip](https://github.com/BetaHuhn/ackee-report/archive/v1.1.3.zip) · [tar.gz](https://github.com/BetaHuhn/ackee-report/archive/v1.1.3.tar.gz))
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": "1.1.3",
"version": "2.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 51c8308

Please sign in to comment.