Skip to content

Commit 7401d43

Browse files
committed
chore(release): 2.3.0
1 parent 98ab346 commit 7401d43

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [2.3.0](https://github.com/nodeshift/opossum/compare/v2.2.0...v2.3.0) (2019-07-01)
6+
7+
8+
### Features
9+
10+
* provide an Iterator of all active circuits ([#344](https://github.com/nodeshift/opossum/issues/344)) ([13616b0](https://github.com/nodeshift/opossum/commit/13616b0))
11+
12+
13+
514
## [2.2.0](https://github.com/nodeshift/opossum/compare/v2.1.0...v2.2.0) (2019-06-24)
615

716

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset='utf-8' />
5-
<title>opossum 2.2.0 | Documentation</title>
5+
<title>opossum 2.3.0 | Documentation</title>
66
<meta name='description' content='A fail-fast circuit breaker for promises and callbacks'>
77
<meta name='viewport' content='width=device-width,initial-scale=1'>
88
<link href='assets/bass.css' rel='stylesheet' />
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1616
<div class='py1 px2'>
1717
<h3 class='mb0 no-anchor'>opossum</h3>
18-
<div class='mb1'><code>2.2.0</code></div>
18+
<div class='mb1'><code>2.3.0</code></div>
1919
<input
2020
placeholder='Filter'
2121
id='filter-input'

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opossum",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": "Red Hat, Inc.",
55
"license": "Apache-2.0",
66
"support": {

0 commit comments

Comments
 (0)