Skip to content

Commit d1d1163

Browse files
committedJul 12, 2019
chore: release version v0.3.0
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
1 parent 5de9747 commit d1d1163

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+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v0.2.3...v0.3.0) (2019-07-12)
3+
4+
5+
### Features
6+
7+
* refactor to use async/await ([#8](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/8)) ([1827328](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/1827328))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* API refactored to use async/await
13+
14+
Also upgrades all the deps, moves from `ipfs-api` to `ipfs-http-client`
15+
and removes a lot of results massaging that is now done in the
16+
http client.
17+
18+
19+
120
<a name="0.2.3"></a>
221
## [0.2.3](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v0.2.2...v0.2.3) (2019-07-10)
322

0 commit comments

Comments
 (0)
Please sign in to comment.