Skip to content

Commit

Permalink
🔖 Release v0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Jan 13, 2021
1 parent 1382b1f commit 74df023
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v0.7.0] - 2021-01-13

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

### New features

- [`b5ecb58`](https://github.com/BetaHuhn/ackee-report/commit/b5ecb58) Add support for env variables as config

### Dependency updates

- [`37b9be3`](https://github.com/BetaHuhn/ackee-report/commit/37b9be3) Bump ejs-serve from 1.0.4 to 1.0.5 (#23)
(Issues: [`#23`](https://github.com/BetaHuhn/ackee-report/issues/23))

## [v0.6.4] - 2021-01-05

### Changed
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ackee-report",
"version": "0.6.4",
"version": "0.7.0",
"description": "CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.",
"bin": "./src/index.js",
"scripts": {
Expand Down Expand Up @@ -42,5 +42,5 @@
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 74df023

Please sign in to comment.