From e38fe48f029802270afbe36ba945074219f30e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADckolas=20Goline?= Date: Sat, 6 Oct 2018 18:21:07 -0300 Subject: [PATCH 1/3] Add lodash as dependency --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index facebb0e2..b7b10459f 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "is-pull-stream": "0.0.0", "is-stream": "^1.1.0", "libp2p-crypto": "~0.13.0", + "lodash": "^4.17.11", "lru-cache": "^4.1.3", "multiaddr": "^5.0.0", "multibase": "~0.4.0", @@ -137,6 +138,7 @@ "Mitar ", "Mithgol ", "Mohamed Abdulaziz ", + "Níckolas Goline ", "Nuno Nogueira ", "Oli Evans ", "Orie Steele ", From 6fda28dd99c68ba0a593af8c528bd32f690761b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADckolas=20Goline?= Date: Mon, 8 Oct 2018 07:52:34 -0300 Subject: [PATCH 2/3] 24.0.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa189dd3..87dd046bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ + +## [24.0.3](https://github.com/ipfs/js-ipfs-api/compare/v24.0.2...v24.0.3) (2018-10-08) + +### Bug Fixes + +* Should add lodash as a dependency ([#870](https://github.com/ipfs/js-ipfs-api/issues/870)) ([afc5724](https://github.com/ipfs/js-ipfs-api/commit/afc5724)) + ## [24.0.2](https://github.com/ipfs/js-ipfs-api/compare/v24.0.1...v24.0.2) (2018-09-21) + ### Bug Fixes * block.put options ([#844](https://github.com/ipfs/js-ipfs-api/issues/844)) ([e290a38](https://github.com/ipfs/js-ipfs-api/commit/e290a38)) diff --git a/package.json b/package.json index b7b10459f..bf0051392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "24.0.2", + "version": "24.0.3", "description": "A client library for the IPFS HTTP API", "leadMaintainer": "Alan Shaw ", "main": "src/index.js", From 2ff4270e0a7481feefb481e2298fe69e58c65f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADckolas=20Goline?= Date: Mon, 8 Oct 2018 18:05:24 -0300 Subject: [PATCH 3/3] Remove changes from CHANGELOG.md; Remove version bump and my name as contributor from package.json --- CHANGELOG.md | 7 ------- package.json | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87dd046bb..0d5ae87ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,3 @@ - -## [24.0.3](https://github.com/ipfs/js-ipfs-api/compare/v24.0.2...v24.0.3) (2018-10-08) - -### Bug Fixes - -* Should add lodash as a dependency ([#870](https://github.com/ipfs/js-ipfs-api/issues/870)) ([afc5724](https://github.com/ipfs/js-ipfs-api/commit/afc5724)) - ## [24.0.2](https://github.com/ipfs/js-ipfs-api/compare/v24.0.1...v24.0.2) (2018-09-21) diff --git a/package.json b/package.json index bf0051392..2bc5820a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "24.0.3", + "version": "24.0.2", "description": "A client library for the IPFS HTTP API", "leadMaintainer": "Alan Shaw ", "main": "src/index.js", @@ -138,7 +138,6 @@ "Mitar ", "Mithgol ", "Mohamed Abdulaziz ", - "Níckolas Goline ", "Nuno Nogueira ", "Oli Evans ", "Orie Steele ",