Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit b5496fb

Browse files
committedSep 30, 2019
chore: release version v0.13.0
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
1 parent b0ffbb2 commit b5496fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.13.0"></a>
2+
# [0.13.0](https://github.com/libp2p/js-libp2p-websockets/compare/v0.12.3...v0.13.0) (2019-09-30)
3+
4+
5+
### Code Refactoring
6+
7+
* async with multiaddr conn ([#92](https://github.com/libp2p/js-libp2p-websockets/issues/92)) ([ce7bf4f](https://github.com/libp2p/js-libp2p-websockets/commit/ce7bf4f))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Switch to using async/await and async iterators. The transport and connection interfaces have changed. See the README for new usage.
13+
14+
15+
116
<a name="0.12.3"></a>
217
## [0.12.3](https://github.com/libp2p/js-libp2p-websockets/compare/v0.12.2...v0.12.3) (2019-08-21)
318

0 commit comments

Comments
 (0)
This repository has been archived.