Skip to content

Commit

Permalink
chore(release): 0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 95a9eda commit 7cdff0c
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 @@ -181,7 +181,7 @@ EXAMPLES
$ plebbit daemon --plebbitRpcPort 80
```

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

## `plebbit help [COMMAND]`

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

## `plebbit subplebbit edit ADDRESS`

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

## `plebbit subplebbit get ADDRESS`

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

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

## `plebbit subplebbit list`

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

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

## `plebbit subplebbit start ADDRESSES`

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

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

## `plebbit subplebbit stop ADDRESSES`

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

_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.13.7/src/cli/commands/subplebbit/stop.ts)_
_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.14.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.14.0](https://github.com/plebbit/plebbit-cli/compare/v0.13.5...v0.14.0) (2024-11-04)


### Bug Fixes

* **type:** make sure to not to use internal types of plebbit-js ([591a7c4](https://github.com/plebbit/plebbit-cli/commit/591a7c4e51547c0ebf8fb4463d62a5ffd129ca72))


### Features

* **daemon:** plebbit-cli will use http router (trackers) by default ([2b23129](https://github.com/plebbit/plebbit-cli/commit/2b23129f28d593d19fde170e63022830ee0e54c5))

## [0.13.7](https://github.com/plebbit/plebbit-cli/compare/v0.13.6...v0.13.7) (2024-08-31)

## [0.13.6](https://github.com/plebbit/plebbit-cli/compare/v0.13.5...v0.13.6) (2024-08-31)
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.13.7"
"version": "0.14.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.13.7",
"version": "0.14.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 7cdff0c

Please sign in to comment.