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 f0ce070 commit 2dc6969Copy full SHA for 2dc6969
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="18.2.1"></a>
2
+## [18.2.1](https://github.com/ipfs/js-ipfs-api/compare/v18.2.0...v18.2.1) (2018-03-22)
3
+
4
5
+### Features
6
7
+* add ability to files.cat with a cid instance ([aeeb94e](https://github.com/ipfs/js-ipfs-api/commit/aeeb94e))
8
9
10
11
<a name="18.2.0"></a>
12
# [18.2.0](https://github.com/ipfs/js-ipfs-api/compare/v18.1.2...v18.2.0) (2018-03-16)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-api",
- "version": "18.2.0",
+ "version": "18.2.1",
"description": "A client library for the IPFS HTTP API",
"main": "src/index.js",
"browser": {
0 commit comments