Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit bd24b23

Browse files
committed
chore: release version v0.40.2
1 parent 704e316 commit bd24b23

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="0.40.2"></a>
2+
## [0.40.2](https://github.com/libp2p/js-libp2p-switch/compare/v0.40.1...v0.40.2) (2018-05-31)
3+
4+
5+
### Bug Fixes
6+
7+
* add utility methods to prevent already piped error ([1eb28ca](https://github.com/libp2p/js-libp2p-switch/commit/1eb28ca))
8+
* drop connection when stream ends unexpectedly ([cb5245a](https://github.com/libp2p/js-libp2p-switch/commit/cb5245a)), closes [/github.com/multiformats/js-multistream-select/blob/5b19358b91850b528b3f93babd60d63ddcf56a99/src/select.js#L18-L21](https://github.com//github.com/multiformats/js-multistream-select/blob/5b19358b91850b528b3f93babd60d63ddcf56a99/src/select.js/issues/L18-L21) [/github.com/libp2p/js-libp2p-switch/blob/fef2d11850379a4720bb9c736236a81a067dc901/src/dial.js#L238-L241](https://github.com//github.com/libp2p/js-libp2p-switch/blob/fef2d11850379a4720bb9c736236a81a067dc901/src/dial.js/issues/L238-L241) [#235](https://github.com/libp2p/js-libp2p-switch/issues/235)
9+
* return on call to nextMuxer ([fef2d11](https://github.com/libp2p/js-libp2p-switch/commit/fef2d11))
10+
11+
12+
113
<a name="0.40.1"></a>
214
## [0.40.1](https://github.com/libp2p/js-libp2p-switch/compare/v0.40.0...v0.40.1) (2018-05-23)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-switch",
3-
"version": "0.40.1",
3+
"version": "0.40.2",
44
"description": "libp2p switch implementation in JavaScript",
55
"leadMaintainer": "Jacob Heun <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)