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

Commit 206bddb

Browse files
committed
chore: release version v0.1.0
1 parent ebb6380 commit 206bddb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="0.1.0"></a>
2+
# [0.1.0](https://github.com/libp2p/js-libp2p-connection-manager/compare/v0.0.2...v0.1.0) (2019-04-11)
3+
4+
5+
### Features
6+
7+
* use new connection emitters ([#19](https://github.com/libp2p/js-libp2p-connection-manager/issues/19)) ([8f6a40a](https://github.com/libp2p/js-libp2p-connection-manager/commit/8f6a40a))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* This migrates from using muxed events from libp2p
13+
to the new connection events introduced in https://github.com/libp2p/js-libp2p-switch/pull/328.
14+
This enables the connection manager to have better information about
15+
the number of connections
16+
17+
18+
119
<a name="0.0.2"></a>
220
## 0.0.2 (2018-04-23)
321

0 commit comments

Comments
 (0)