From f73d157f95dfe0a8b03e386cd942a1f1f4f799ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Mar 2024 14:44:34 +0000 Subject: [PATCH] chore(release): 0.11.30 [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 c9042ed..04f25ac 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.29/src/cli/commands/daemon.ts)_ +_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.30/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.29/src/cli/commands/subplebbit/create.ts)_ +_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.30/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.29/src/cli/commands/subplebbit/edit.ts)_ +_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.30/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.29/src/cli/commands/subplebbit/list.ts)_ +_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.30/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.29/src/cli/commands/subplebbit/start.ts)_ +_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.30/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.29/src/cli/commands/subplebbit/stop.ts)_ +_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.30/src/cli/commands/subplebbit/stop.ts)_ # Contribution diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b5e19ce..9220716 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.11.30](https://github.com/plebbit/plebbit-cli/compare/v0.11.29...v0.11.30) (2024-03-14) + ## [0.11.29](https://github.com/plebbit/plebbit-cli/compare/v0.11.28...v0.11.29) (2024-03-14) ## [0.11.28](https://github.com/plebbit/plebbit-cli/compare/v0.11.27...v0.11.28) (2024-03-13) diff --git a/oclif.manifest.json b/oclif.manifest.json index 986b51b..9896970 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -362,5 +362,5 @@ ] } }, - "version": "0.11.29" + "version": "0.11.30" } \ No newline at end of file diff --git a/package.json b/package.json index 5b9a175..b33b8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plebbit-cli", - "version": "0.11.29", + "version": "0.11.30", "description": "Command line interface to Plebbit API", "types": "./dist/index.d.ts", "homepage": "https://github.com/plebbit/plebbit-cli",