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 f5aa08c commit 4700036Copy full SHA for 4700036
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.25.1"></a>
2
+## [0.25.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.25.0...v0.25.1) (2017-11-22)
3
+
4
5
+### Features
6
7
+* accept flags as an object as well ([8cb9d01](https://github.com/ipfs/js-ipfsd-ctl/commit/8cb9d01))
8
9
10
11
<a name="0.25.0"></a>
12
# [0.25.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.24.1...v0.25.0) (2017-11-22)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfsd-ctl",
- "version": "0.25.0",
+ "version": "0.25.1",
"description": "simple controls for an ipfs node",
"main": "src/index.js",
"scripts": {
0 commit comments