Skip to content

Commit faec2ad

Browse files
chore(release): 0.17.1 [skip ci]
1 parent 350ee7d commit faec2ad

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ EXAMPLES
195195
$ plebbit daemon --plebbitOptions.kuboRpcClientsOptions[0] https://remoteipfsnode.com
196196
```
197197

198-
_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/daemon.ts)_
198+
_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/daemon.ts)_
199199

200200
## `plebbit help [COMMAND]`
201201

@@ -241,7 +241,7 @@ EXAMPLES
241241
$ plebbit subplebbit create --title 'Hello Plebs' --description 'Welcome'
242242
```
243243

244-
_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/subplebbit/create.ts)_
244+
_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/subplebbit/create.ts)_
245245

246246
## `plebbit subplebbit edit ADDRESS`
247247

@@ -294,7 +294,7 @@ EXAMPLES
294294
subplebbit edit plebbit.eth --settings.fetchThumbnailUrls=false
295295
```
296296

297-
_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/subplebbit/edit.ts)_
297+
_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/subplebbit/edit.ts)_
298298

299299
## `plebbit subplebbit get ADDRESS`
300300

@@ -319,7 +319,7 @@ EXAMPLES
319319
$ plebbit subplebbit get 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
320320
```
321321

322-
_See code: [src/cli/commands/subplebbit/get.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/subplebbit/get.ts)_
322+
_See code: [src/cli/commands/subplebbit/get.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/subplebbit/get.ts)_
323323

324324
## `plebbit subplebbit list`
325325

@@ -352,7 +352,7 @@ EXAMPLES
352352
$ plebbit subplebbit list
353353
```
354354

355-
_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/subplebbit/list.ts)_
355+
_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/subplebbit/list.ts)_
356356

357357
## `plebbit subplebbit start ADDRESSES`
358358

@@ -377,7 +377,7 @@ EXAMPLES
377377
$ plebbit subplebbit start 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
378378
```
379379

380-
_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/subplebbit/start.ts)_
380+
_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/subplebbit/start.ts)_
381381

382382
## `plebbit subplebbit stop ADDRESSES`
383383

@@ -402,7 +402,7 @@ EXAMPLES
402402
$ plebbit subplebbit stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
403403
```
404404

405-
_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.0/src/cli/commands/subplebbit/stop.ts)_
405+
_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.17.1/src/cli/commands/subplebbit/stop.ts)_
406406
<!-- commandsstop -->
407407

408408
# Contribution

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## [0.17.1](https://github.com/plebbit/plebbit-cli/compare/v0.17.0...v0.17.1) (2025-10-17)
4+
35
# [0.17.0](https://github.com/plebbit/plebbit-cli/compare/v0.16.17...v0.17.0) (2025-10-17)
46

57

oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,5 +407,5 @@
407407
]
408408
}
409409
},
410-
"version": "0.17.0"
410+
"version": "0.17.1"
411411
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plebbit-cli",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Command line interface to Plebbit API",
55
"types": "./dist/index.d.ts",
66
"homepage": "https://github.com/plebbit/plebbit-cli",

0 commit comments

Comments
 (0)