summaryrefslogtreecommitdiff
path: root/plugins/yarn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yarn/README.md')
-rw-r--r--plugins/yarn/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/yarn/README.md b/plugins/yarn/README.md
index a94f183e4..e6daae44f 100644
--- a/plugins/yarn/README.md
+++ b/plugins/yarn/README.md
@@ -39,5 +39,6 @@ plugins=(... yarn)
| yuc | `yarn global upgrade && yarn cache clean` | Upgrade global packages and clean yarn's global cache |
| yui | `yarn upgrade-interactive` | Prompt for which outdated packages to upgrade |
| yup | `yarn upgrade` | Upgrade packages to their latest version |
+| yv | `yarn version` | Update the version of your package |
| yw | `yarn workspace` | Run a command within a single workspace. |
| yws | `yarn workspaces` | Run a command within all defined workspaces. |