@rehpic/vcli 0.1.0-beta.95.1 → 0.1.0-beta.96.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,6 +128,7 @@ vcli issue set-priority API-1 High
128
128
  vcli issue replace-assignees API-1 "alice,bob"
129
129
  vcli issue comment API-1 --body "Investigating now."
130
130
  vcli issue link-github API-1 "https://github.com/acme/api/pull/123"
131
+ vcli issue link-github API-2 "https://github.com/acme/api/pull/123"
131
132
  ```
132
133
 
133
134
  Invites and notifications:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rehpic/vcli",
3
- "version": "0.1.0-beta.95.1",
3
+ "version": "0.1.0-beta.96.1",
4
4
  "description": "Command line interface for Vector workspaces.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",