Skip to content

Commit 5cc5a87

Browse files
committedNov 25, 2021
chore: release version v0.34.0
1 parent ee60e18 commit 5cc5a87

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [0.34.0](https://github.com/libp2p/js-libp2p/compare/v0.33.0...v0.34.0) (2021-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* private ip ts compile has no call signatures ([#1020](https://github.com/libp2p/js-libp2p/issues/1020)) ([77d7cb8](https://github.com/libp2p/js-libp2p/commit/77d7cb8f0815f2cdd3bfdfa8b641a7a186fe9520))
7+
8+
9+
### Features
10+
11+
* update dht ([#1009](https://github.com/libp2p/js-libp2p/issues/1009)) ([2f598eb](https://github.com/libp2p/js-libp2p/commit/2f598eba09cff4301474af08196158065e3602d8))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* libp2p-kad-dht has a new event-based API which is exposed as `_dht`
17+
18+
19+
120
# [0.33.0](https://github.com/libp2p/js-libp2p/compare/v0.32.5...v0.33.0) (2021-09-24)
221

322

0 commit comments

Comments
 (0)
Please sign in to comment.