We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9130d commit 270c061Copy full SHA for 270c061
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.14.0"></a>
2
+# [0.14.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.13.1...v0.14.0) (2017-07-04)
3
+
4
5
+### Bug Fixes
6
7
+* [#145](https://github.com/ipfs/js-ipfs-bitswap/issues/145) ([c1062a7](https://github.com/ipfs/js-ipfs-bitswap/commit/c1062a7))
8
9
10
11
<a name="0.13.1"></a>
12
## [0.13.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.13.0...v0.13.1) (2017-05-23)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "0.13.1",
+ "version": "0.14.0",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
0 commit comments