Skip to content

Commit

Permalink
chore(release): 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Nov 8, 2019
1 parent 2c5b4a2 commit 970f1bc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [4.2.1](https://github.com/nodeshift/opossum/compare/v4.2.0...v4.2.1) (2019-11-08)


### Bug Fixes

* Fix stuck open ([#386](https://github.com/nodeshift/opossum/issues/386)) ([2c5b4a2](https://github.com/nodeshift/opossum/commit/2c5b4a2)), closes [#385](https://github.com/nodeshift/opossum/issues/385)

## [4.2.0](https://github.com/nodeshift/opossum/compare/v4.1.0...v4.2.0) (2019-10-28)


Expand Down
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>opossum 4.2.0 | Documentation</title>
<title>opossum 4.2.1 | Documentation</title>
<meta name='description' content='A fail-fast circuit breaker for promises and callbacks'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>opossum</h3>
<div class='mb1'><code>4.2.0</code></div>
<div class='mb1'><code>4.2.1</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -1058,6 +1058,7 @@ <h3 class='fl m0' id='circuitbreaker'>
<p>Opens the breaker. Each time the breaker is fired while the circuit is
opened, a failed Promise is returned, or if any fallback function
has been provided, it is invoked.</p>
<p>If the breaker is already open this call does nothing.</p>

<div class='pre p1 fill-light mt0'>open(): void</div>

Expand Down
2 changes: 2 additions & 0 deletions docs/opossum.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ Opens the breaker. Each time the breaker is fired while the circuit is
opened, a failed Promise is returned, or if any fallback function
has been provided, it is invoked.

If the breaker is already open this call does nothing.

Returns **void**

### shutdown
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opossum",
"version": "4.2.0",
"version": "4.2.1",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"support": {
Expand Down

0 comments on commit 970f1bc

Please sign in to comment.