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

Commit de2c897

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="0.13.0"></a>
2+
# [0.13.0](https://github.com/libp2p/js-libp2p-mdns/compare/v0.12.3...v0.13.0) (2019-09-27)
3+
4+
5+
### Code Refactoring
6+
7+
* callbacks -> async / await ([#78](https://github.com/libp2p/js-libp2p-mdns/issues/78)) ([46d78eb](https://github.com/libp2p/js-libp2p-mdns/commit/46d78eb))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* All places in the API that used callbacks are now replaced with async/await
13+
14+
* chore: update CI file
15+
* test: add compliance tests
16+
17+
18+
119
<a name="0.12.3"></a>
220
## [0.12.3](https://github.com/libp2p/js-libp2p-mdns/compare/v0.12.2...v0.12.3) (2019-05-09)
321

0 commit comments

Comments
 (0)
This repository has been archived.