From 9acc9b2c4a96f65c5bf15c15901b6cde217e61b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Oct 2020 13:13:34 +0000 Subject: [PATCH] chore(release): 1.3.9 [skip ci] ## [1.3.9](https://github.com/UpHabit/bull_exporter/compare/v1.3.8...v1.3.9) (2020-10-05) ### Bug Fixes * Prometheus image link is broken ([743e98d](https://github.com/UpHabit/bull_exporter/commit/743e98dbe4a58d58804d99d7a96b3e2f584be9b2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778d8035..e0d754db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.9](https://github.com/UpHabit/bull_exporter/compare/v1.3.8...v1.3.9) (2020-10-05) + + +### Bug Fixes + +* Prometheus image link is broken ([743e98d](https://github.com/UpHabit/bull_exporter/commit/743e98dbe4a58d58804d99d7a96b3e2f584be9b2)) + ## [1.3.8](https://github.com/UpHabit/bull_exporter/compare/v1.3.7...v1.3.8) (2020-07-13) diff --git a/package.json b/package.json index 1f3594aa..fe32ed1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bull_exporter", - "version": "1.3.8", + "version": "1.3.9", "description": "Promethus Exporter for Bull Queues", "main": "dist/src/index.js", "repository": "git@github.com:UpHabit/bull_exporter.git",