We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08e71a commit 757fed8Copy full SHA for 757fed8
CHANGELOG.md
@@ -1,10 +1,5 @@
1
-<a name="0.16.0"></a>
2
-# [0.16.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.15.0...v0.16.0) (2017-08-25)
3
-
4
5
-### Features
6
7
-* add support for Peer and Content Routing (DHT) ([3a6b8a1](https://github.com/ipfs/js-ipfs-bitswap/commit/3a6b8a1))
+<a name="0.16.1"></a>
+## [0.16.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.16.0...v0.16.1) (2017-08-26)
8
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "0.16.0",
+ "version": "0.16.1",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
0 commit comments