From a81be16309261a3e4b07e121d8d46bd84a6b492f Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Wed, 11 Apr 2018 16:38:34 +0100 Subject: [PATCH 1/4] chore: update deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d9c45fc7d..b0c531ab4 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ "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", @@ -47,7 +47,7 @@ "ndjson": "^1.5.0", "once": "^1.4.0", "peer-id": "~0.10.6", - "peer-info": "~0.11.6", + "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", From d0269ada6d1a76170c18aea41430ed5d6e194488 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 12 Apr 2018 20:13:04 +0900 Subject: [PATCH 2/4] chore: update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0c531ab4..c9c623cb8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "multihashes": "~0.4.13", "ndjson": "^1.5.0", "once": "^1.4.0", - "peer-id": "~0.10.6", + "peer-id": "~0.10.7", "peer-info": "~0.14.1", "promisify-es6": "^1.0.3", "pull-defer": "^0.2.2", From 4ffa4856861ca73d1e6047c94308ce8b857e2dab Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 12 Apr 2018 20:35:19 +0900 Subject: [PATCH 3/4] chore: update contributors --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c9c623cb8..5f0e9a181 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,7 @@ "Danny ", "David Braun ", "David Dias ", + "Diogo Silva ", "Dmitriy Ryajov ", "Fil ", "Francisco Baio Dias ", From 563baa3c2204e266755a70c22978e01ac4bd6d41 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 12 Apr 2018 20:35:19 +0900 Subject: [PATCH 4/4] chore: release version v20.0.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 5f0e9a181..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": {