From 910e5dbacfe521179deb0d51de51e7d79649a7d1 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 18 Sep 2019 06:23:14 -0400 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da5997..8dcee21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.3](https://github.com/lholmquist/opossum-prometheus/compare/v0.0.2...v0.0.3) (2019-09-18) + + +### Features + +* allow one circuit to be pass in without an array. ([#5](https://github.com/lholmquist/opossum-prometheus/issues/5)) ([02ca8f5](https://github.com/lholmquist/opossum-prometheus/commit/02ca8f5)), closes [#4](https://github.com/lholmquist/opossum-prometheus/issues/4) +* allow to add circuits dynamicaly ([#7](https://github.com/lholmquist/opossum-prometheus/issues/7)) ([afbaef2](https://github.com/lholmquist/opossum-prometheus/commit/afbaef2)) + ### 0.0.2 (2019-08-13) diff --git a/package-lock.json b/package-lock.json index b410e12..2f7e727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "opossum-prometheus", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 038e5f7..0d70f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum-prometheus", - "version": "0.0.2", + "version": "0.0.3", "description": "Prometheus metrics for opossum circuit breaker", "main": "index.js", "scripts": {