Skip to content

Commit fe84058

Browse files
committed
chore: release version v0.41.1
1 parent 128d8e9 commit fe84058

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.41.1"></a>
2+
## [0.41.1](https://github.com/libp2p/js-libp2p-switch/compare/v0.41.0...v0.41.1) (2018-10-24)
3+
4+
5+
### Bug Fixes
6+
7+
* ignore dial request when one is in progress ([#283](https://github.com/libp2p/js-libp2p-switch/issues/283)) ([280d54f](https://github.com/libp2p/js-libp2p-switch/commit/280d54f))
8+
9+
10+
111
<a name="0.41.0"></a>
212
# [0.41.0](https://github.com/libp2p/js-libp2p-switch/compare/v0.40.8...v0.41.0) (2018-10-19)
313

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.41.0",
3+
"version": "0.41.1",
44
"description": "libp2p switch implementation in JavaScript",
55
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)