Skip to content

Commit 9312853

Browse files
chore: release version v0.8.0
1 parent e3d7913 commit 9312853

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
@@ -0,0 +1,10 @@
1+
<a name="0.8.0"></a>
2+
# [0.8.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.7.1...v0.8.0) (2016-11-11)
3+
4+
5+
### Features
6+
7+
* upgrade to new block api and async crypto ([540af9f](https://github.com/ipfs/js-ipfs-bitswap/commit/540af9f))
8+
9+
10+

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