Skip to content

Commit 757fed8

Browse files
committed
chore: release version v0.16.1
1 parent c08e71a commit 757fed8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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))
1+
<a name="0.16.1"></a>
2+
## [0.16.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.16.0...v0.16.1) (2017-08-26)
83

94

105

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)