We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc97931 commit 19a7f6dCopy full SHA for 19a7f6d
CHANGELOG.md
@@ -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
11
<a name="0.12.0"></a>
12
# [0.12.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.11.0...v0.12.0) (2017-03-29)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "0.12.0",
+ "version": "0.13.0",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
0 commit comments