Skip to content

Commit 468bee8

Browse files
chore: release version v0.8.1
1 parent a56bb60 commit 468bee8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
<a name="0.8.0"></a>
212
# [0.8.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.7.1...v0.8.0) (2016-11-11)
313

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.8.0",
3+
"version": "0.8.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)