Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.0...v0.6.0) (2022-04-11)

### Features

* add 'itunes' ratings histogram ([2085342](2085342))
* **gplay:** add min and max active installs to Google Play ([00cbe58](00cbe58))
  • Loading branch information
semantic-release-bot committed Apr 11, 2022
1 parent 9754204 commit 143efc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.6.0](https://github.com/timoa/app-stores-prometheus-exporter/compare/v0.5.0...v0.6.0) (2022-04-11)


### Features

* add 'itunes' ratings histogram ([2085342](https://github.com/timoa/app-stores-prometheus-exporter/commit/20853427cde07abc1ec26c77147ac0c46ed8b4af))
* **gplay:** add min and max active installs to Google Play ([00cbe58](https://github.com/timoa/app-stores-prometheus-exporter/commit/00cbe58b54bb15147765e76098560608eb237516))

# [0.5.0](https://github.com/timoa/app-stores-prometheus-exporter/compare/v0.4.12...v0.5.0) (2022-04-11)


Expand Down
4 changes: 2 additions & 2 deletions 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": "app-stores-prometheus-exporter",
"version": "0.5.0",
"version": "0.6.0",
"description": "Prometheus exporter that exports metrics (score, ratings, reviews, app version, etc.) from Apple App Store and Google Play (and more in the future).",
"private": true,
"scripts": {
Expand Down

0 comments on commit 143efc5

Please sign in to comment.