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 a56bb60 commit 468bee8Copy full SHA for 468bee8
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.8.1"></a>
2
+## [0.8.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.8.0...v0.8.1) (2016-11-11)
3
+
4
5
+### Bug Fixes
6
7
+* better accounting and less logs ([1bfbc1f](https://github.com/ipfs/js-ipfs-bitswap/commit/1bfbc1f))
8
9
10
11
<a name="0.8.0"></a>
12
# [0.8.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.7.1...v0.8.0) (2016-11-11)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
0 commit comments