From 248c99c3cc5a4ffed727dc379e87d8c3026a0864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Mar 2024 13:27:56 +0000 Subject: [PATCH] chore(release): 0.11.26 [skip ci] --- README.md | 12 ++++++------ docs/CHANGELOG.md | 2 ++ oclif.manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3ebadc6..9873bda 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ EXAMPLES $ plebbit daemon --plebbitRpcPort 80 ``` -_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.25/src/cli/commands/daemon.ts)_ +_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.26/src/cli/commands/daemon.ts)_ ## `plebbit help [COMMAND]` @@ -209,7 +209,7 @@ EXAMPLES $ plebbit subplebbit create --title 'Hello Plebs' --description 'Welcome' ``` -_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.25/src/cli/commands/subplebbit/create.ts)_ +_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.26/src/cli/commands/subplebbit/create.ts)_ ## `plebbit subplebbit edit ADDRESS` @@ -250,7 +250,7 @@ EXAMPLES $ plebbit subplebbit edit mysub.eth --title "This is the new title" --description "This is the new description" ``` -_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.25/src/cli/commands/subplebbit/edit.ts)_ +_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.26/src/cli/commands/subplebbit/edit.ts)_ ## `plebbit subplebbit list` @@ -278,7 +278,7 @@ DESCRIPTION List your subplebbits ``` -_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.25/src/cli/commands/subplebbit/list.ts)_ +_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.26/src/cli/commands/subplebbit/list.ts)_ ## `plebbit subplebbit start ADDRESSES` @@ -298,7 +298,7 @@ DESCRIPTION Start a subplebbit ``` -_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.25/src/cli/commands/subplebbit/start.ts)_ +_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.26/src/cli/commands/subplebbit/start.ts)_ ## `plebbit subplebbit stop ADDRESSES` @@ -323,7 +323,7 @@ EXAMPLES $ plebbit subplebbit stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW ``` -_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.25/src/cli/commands/subplebbit/stop.ts)_ +_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.26/src/cli/commands/subplebbit/stop.ts)_ # Contribution diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 502e27b..451f322 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.11.26](https://github.com/plebbit/plebbit-cli/compare/v0.11.25...v0.11.26) (2024-03-13) + ## [0.11.25](https://github.com/plebbit/plebbit-cli/compare/v0.11.24...v0.11.25) (2024-03-13) diff --git a/oclif.manifest.json b/oclif.manifest.json index 07a36cd..523462b 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -362,5 +362,5 @@ ] } }, - "version": "0.11.25" + "version": "0.11.26" } \ No newline at end of file diff --git a/package.json b/package.json index ae8c0ad..607f970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plebbit-cli", - "version": "0.11.25", + "version": "0.11.26", "description": "Command line interface to Plebbit API", "types": "./dist/index.d.ts", "homepage": "https://github.com/plebbit/plebbit-cli",