We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc7541 commit 1952786Copy full SHA for 1952786
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.19.0"></a>
2
+# [0.19.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.18.1...v0.19.0) (2018-02-14)
3
+
4
5
+### Features
6
7
+* update network calls to use dialProtocol instead ([b669aac](https://github.com/ipfs/js-ipfs-bitswap/commit/b669aac))
8
9
10
11
<a name="0.18.1"></a>
12
## [0.18.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.18.0...v0.18.1) (2018-02-06)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "0.18.1",
+ "version": "0.19.0",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
0 commit comments