From a67753f0bd124562b3d6ff716ae2971395f30fc7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 26 Oct 2023 15:55:50 +0000 Subject: [PATCH] chore(release): 3.9.4-qa.5 [skip ci] --- README.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dfc8fe5d..58b9fac7 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ EXAMPLES $ mycli plugins ``` -_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/3.9.4-qa.4/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/3.9.5-qa.0/src/commands/plugins/index.ts)_ ## `mycli plugins:inspect PLUGIN...` @@ -143,7 +143,7 @@ EXAMPLES $ mycli plugins:inspect myplugin ``` -_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/3.9.4-qa.4/src/commands/plugins/inspect.ts)_ +_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/3.9.5-qa.0/src/commands/plugins/inspect.ts)_ ## `mycli plugins:install PLUGIN...` @@ -184,7 +184,7 @@ EXAMPLES $ mycli plugins:install someuser/someplugin ``` -_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/3.9.4-qa.4/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/3.9.5-qa.0/src/commands/plugins/install.ts)_ ## `mycli plugins:link PLUGIN` @@ -214,7 +214,7 @@ EXAMPLES $ mycli plugins:link myplugin ``` -_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/3.9.4-qa.4/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/3.9.5-qa.0/src/commands/plugins/link.ts)_ ## `mycli plugins:uninstall PLUGIN...` @@ -239,7 +239,7 @@ ALIASES $ mycli plugins remove ``` -_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/3.9.4-qa.4/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/3.9.5-qa.0/src/commands/plugins/uninstall.ts)_ ## `mycli plugins update` @@ -257,6 +257,6 @@ DESCRIPTION Update installed plugins. ``` -_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/3.9.4-qa.4/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/3.9.5-qa.0/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 1e3cf53a..791ac9b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "3.9.4-qa.4", + "version": "3.9.4-qa.5", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {