Skip to content

Commit 19a7f6d

Browse files
committed
chore: release version v0.13.0
1 parent fc97931 commit 19a7f6d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.13.0"></a>
2+
# [0.13.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.12.0...v0.13.0) (2017-04-03)
3+
4+
5+
### Features
6+
7+
* update libp2p ([d3f456e](https://github.com/ipfs/js-ipfs-bitswap/commit/d3f456e))
8+
9+
10+
111
<a name="0.12.0"></a>
212
# [0.12.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.11.0...v0.12.0) (2017-03-29)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "0.12.0",
3+
"version": "0.13.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)