diff --git a/CHANGELOG.md b/CHANGELOG.md index 4925460eb..bf1300622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [20.0.1](https://github.com/ipfs/js-ipfs-api/compare/v20.0.0...v20.0.1) (2018-04-12) + + + # [20.0.0](https://github.com/ipfs/js-ipfs-api/compare/v19.0.0...v20.0.0) (2018-04-05) diff --git a/package.json b/package.json index d9c45fc7d..5b3b1ec29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "20.0.0", + "version": "20.0.1", "description": "A client library for the IPFS HTTP API", "main": "src/index.js", "browser": { @@ -33,21 +33,21 @@ "detect-node": "^2.0.3", "flatmap": "0.0.3", "glob": "^7.1.2", - "ipfs-block": "~0.6.1", + "ipfs-block": "~0.7.1", "ipfs-unixfs": "~0.1.14", "ipld-dag-cbor": "^0.12.0", - "ipld-dag-pb": "^0.13.1", + "ipld-dag-pb": "^0.14.2", "is-ipfs": "^0.3.2", "is-stream": "^1.1.0", - "libp2p-crypto": "^0.12.1", + "libp2p-crypto": "^0.13.0", "lru-cache": "^4.1.2", "multiaddr": "^4.0.0", "multibase": "^0.4.0", "multihashes": "~0.4.13", "ndjson": "^1.5.0", "once": "^1.4.0", - "peer-id": "~0.10.6", - "peer-info": "~0.11.6", + "peer-id": "~0.10.7", + "peer-info": "~0.14.1", "promisify-es6": "^1.0.3", "pull-defer": "^0.2.2", "pull-pushable": "^2.2.0", @@ -77,9 +77,9 @@ "go-ipfs-dep": "^0.4.14", "gulp": "^3.9.1", "hapi": "^17.3.1", - "interface-ipfs-core": "~0.60.1", + "interface-ipfs-core": "~0.61.0", "ipfs": "~0.28.2", - "ipfsd-ctl": "~0.31.0", + "ipfsd-ctl": "~0.32.0", "pre-commit": "^1.2.2", "pull-stream": "^3.6.7", "socket.io": "^2.1.0", @@ -104,6 +104,7 @@ "Danny ", "David Braun ", "David Dias ", + "Diogo Silva ", "Dmitriy Ryajov ", "Fil ", "Francisco Baio Dias ",