We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f1c1e commit e062741Copy full SHA for e062741
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.1.1
6
+
7
- Added `plane comment list <issue>` so comments can be discovered and deleted from the CLI
8
- Updated docs and command references to reflect the shipped command surface
9
- Clarified that `plane-cli` works with self-hosted Plane and Plane Cloud via personal access tokens
package.json
@@ -1,6 +1,6 @@
1
{
"name": "plane-cli",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Unofficial CLI for Plane",
"license": "MIT",
"private": false,
0 commit comments