Skip to content

Commit 38d2848

Browse files
committed
chore: release version v0.5.0
1 parent 1bb207a commit 38d2848

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.5.0"></a>
2+
# [0.5.0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v0.4.3...v0.5.0) (2020-04-23)
3+
4+
5+
### Chores
6+
7+
* make ipfs-http-client a peer dependency ([#32](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/32)) ([a1b1b5e](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/a1b1b5e))
8+
* remove-peer-info-from-api ([#25](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/25)) ([f49ddc0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/f49ddc0))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* The ipfs-http-client must now be installed
14+
as a peer dependency. It is no longer included as a dependency
15+
of this module.
16+
17+
The reason the http-client should be a peerDependency and
18+
not a dependency is that its API requires knowledge of the
19+
http-client (we pass in the api endpoint details).
20+
* findPeer returns id and addrs properties instead of peer-info instance
21+
22+
* chore: address review
23+
24+
25+
126
<a name="0.4.3"></a>
227
## [0.4.3](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v0.4.2...v0.4.3) (2020-04-16)
328

0 commit comments

Comments
 (0)