Skip to content

Commit e69d013

Browse files
committedApr 23, 2020
chore: release version v0.5.0
1 parent 67fc206 commit e69d013

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎CHANGELOG.md

+25
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-content-routing/compare/v0.4.5...v0.5.0) (2020-04-23)
3+
4+
5+
### Chores
6+
7+
* make ipfs-http-client a peer dependency ([#39](https://github.com/libp2p/js-libp2p-delegated-content-routing/issues/39)) ([0c0f304](https://github.com/libp2p/js-libp2p-delegated-content-routing/commit/0c0f304))
8+
* remove peer-info from api ([#34](https://github.com/libp2p/js-libp2p-delegated-content-routing/issues/34)) ([2c97221](https://github.com/libp2p/js-libp2p-delegated-content-routing/commit/2c97221))
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+
* findProviders returns id and addrs properties instead of peer-info instance
21+
22+
* chore: address review
23+
24+
25+
126
<a name="0.4.5"></a>
227
## [0.4.5](https://github.com/libp2p/js-libp2p-delegated-content-routing/compare/v0.4.4...v0.4.5) (2020-04-16)
328

0 commit comments

Comments
 (0)
Please sign in to comment.