From 5b0d74226540a8219b48308192deb8e1d12d55ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:34:35 -0400 Subject: [PATCH] chore: release 6.2.0 (#581) 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 67b134c2..d85466be 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.2.0](https://www.github.com/nodeshift/opossum/compare/v6.1.0...v6.2.0) (2021-07-07) + + +### Features + +* initialize the state of a breaker on creation ([#574](https://www.github.com/nodeshift/opossum/issues/574)) ([b3dd431](https://www.github.com/nodeshift/opossum/commit/b3dd431bee343dd58c8612868333c90d0edbb83a)) + ## [6.1.0](https://www.github.com/nodeshift/opossum/compare/v6.0.1...v6.1.0) (2021-05-06) diff --git a/package-lock.json b/package-lock.json index 82ae95ea..fd06d310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3827b8a..8e4d3dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "6.1.0", + "version": "6.2.0", "author": "Red Hat, Inc.", "license": "Apache-2.0", "scripts": {