Thanks to visit codestin.com Credit goes to github.com
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 a93aba5 commit 12734b6Copy full SHA for 12734b6
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="18.1.1"></a>
2
+## [18.1.1](https://github.com/ipfs/js-ipfs-api/compare/v18.0.0...v18.1.1) (2018-02-20)
3
+
4
5
+### Features
6
7
+* support recursive ipfs ls ([cfe95f6](https://github.com/ipfs/js-ipfs-api/commit/cfe95f6))
8
9
10
11
<a name="18.1.0"></a>
12
# [18.1.0](https://github.com/ipfs/js-ipfs-api/compare/v18.0.0...v18.1.0) (2018-02-20)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-api",
- "version": "18.1.0",
+ "version": "18.1.1",
"description": "A client library for the IPFS HTTP API",
"main": "src/index.js",
"browser": {
0 commit comments