Skip to content

Commit

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

### Bug Fixes

* **lint:** fix lint issues with the latest ESLint and Airbnb rules ([df7c3cf](df7c3cf))
* **prometheus:** fix error message with undefined values ([a13aa04](a13aa04))
  • Loading branch information
semantic-release-bot committed Apr 12, 2022
1 parent 6413de6 commit ff6c625
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.1](https://github.com/timoa/app-stores-prometheus-exporter/compare/v0.6.0...v0.6.1) (2022-04-12)


### Bug Fixes

* **lint:** fix lint issues with the latest ESLint and Airbnb rules ([df7c3cf](https://github.com/timoa/app-stores-prometheus-exporter/commit/df7c3cf4a38e674ec6069d20b1bb3169e4c3dccf))
* **prometheus:** fix error message with undefined values ([a13aa04](https://github.com/timoa/app-stores-prometheus-exporter/commit/a13aa042b5f98d1a52ab011470fffd7b8a158176))

# [0.6.0](https://github.com/timoa/app-stores-prometheus-exporter/compare/v0.5.0...v0.6.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.6.0",
"version": "0.6.1",
"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 ff6c625

Please sign in to comment.