diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa189dd3..0d5ae87ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [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 facebb0e2..2bc5820a9 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",