From 2b9e80e7c58a80a96b0cb68b1ddb31b0376ff744 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 14:22:29 -0400 Subject: [PATCH] chore: release 6.1.0 (#572) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d63428..67b134c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.1.0](https://www.github.com/nodeshift/opossum/compare/v6.0.1...v6.1.0) (2021-05-06) + + +### Features + +* Add the ability to prime a breaker with previous stats ([#568](https://www.github.com/nodeshift/opossum/issues/568)) ([be26d74](https://www.github.com/nodeshift/opossum/commit/be26d74e30e7c13386cd2b2eacf89ca964e1467d)) + ### [6.0.1](https://www.github.com/nodeshift/opossum/compare/v6.0.0...v6.0.1) (2021-04-15) diff --git a/package-lock.json b/package-lock.json index 2ff43089..82ae95ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1e99ba9..4151db79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "6.0.1", + "version": "6.1.0", "author": "Red Hat, Inc.", "license": "Apache-2.0", "scripts": {