Skip to content

Commit 4700036

Browse files
committed
chore: release version v0.25.1
1 parent f5aa08c commit 4700036

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
<a name="0.25.0"></a>
212
# [0.25.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.24.1...v0.25.0) (2017-11-22)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfsd-ctl",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "simple controls for an ipfs node",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)