Skip to content

Commit

Permalink
chore(release): 0.13.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2024
1 parent f445aa8 commit 84197ba
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ EXAMPLES
$ plebbit daemon --plebbitRpcPort 80
```

_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.12.4/src/cli/commands/daemon.ts)_
_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/daemon.ts)_

## `plebbit help [COMMAND]`

Expand Down Expand Up @@ -232,7 +232,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.12.4/src/cli/commands/subplebbit/create.ts)_
_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/subplebbit/create.ts)_

## `plebbit subplebbit edit ADDRESS`

Expand Down Expand Up @@ -273,7 +273,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.12.4/src/cli/commands/subplebbit/edit.ts)_
_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/subplebbit/edit.ts)_

## `plebbit subplebbit get ADDRESS`

Expand All @@ -298,7 +298,7 @@ EXAMPLES
$ plebbit subplebbit get 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
```

_See code: [src/cli/commands/subplebbit/get.ts](https://github.com/plebbit/plebbit-cli/blob/v0.12.4/src/cli/commands/subplebbit/get.ts)_
_See code: [src/cli/commands/subplebbit/get.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/subplebbit/get.ts)_

## `plebbit subplebbit list`

Expand Down Expand Up @@ -326,7 +326,7 @@ DESCRIPTION
List your subplebbits
```

_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.12.4/src/cli/commands/subplebbit/list.ts)_
_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/subplebbit/list.ts)_

## `plebbit subplebbit start ADDRESSES`

Expand All @@ -351,7 +351,7 @@ EXAMPLES
$ plebbit subplebbit start 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
```

_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.12.4/src/cli/commands/subplebbit/start.ts)_
_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/subplebbit/start.ts)_

## `plebbit subplebbit stop ADDRESSES`

Expand All @@ -376,7 +376,7 @@ EXAMPLES
$ plebbit subplebbit stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
```

_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.12.4/src/cli/commands/subplebbit/stop.ts)_
_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.0/src/cli/commands/subplebbit/stop.ts)_
<!-- commandsstop -->

# Contribution
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


# [0.13.0](https://github.com/plebbit/plebbit-cli/compare/v0.12.4...v0.13.0) (2024-05-15)


### Bug Fixes

* **logs:** make sure to close the log file on process exiting, also don't write to file if over 20mb ([85629ad](https://github.com/plebbit/plebbit-cli/commit/85629ad52d2a07c51e7ebfe8aa8f00344cfe6405))


### Features

* **types:** correct types and tests ([48ad0bb](https://github.com/plebbit/plebbit-cli/commit/48ad0bb3fe4a33136e41f79db87efa6d3a194e13))

## [0.12.4](https://github.com/plebbit/plebbit-cli/compare/v0.12.3...v0.12.4) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,5 @@
]
}
},
"version": "0.12.4"
"version": "0.13.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plebbit-cli",
"version": "0.12.4",
"version": "0.13.0",
"description": "Command line interface to Plebbit API",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/plebbit/plebbit-cli",
Expand Down

0 comments on commit 84197ba

Please sign in to comment.