From dba52a5e1fde562624f6203ef44464110fca2d68 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Dec 2024 05:32:01 +0000 Subject: [PATCH] chore(release): 5.4.22 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++++------- package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6dd4b8..a13e5e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.4.22](https://github.com/oclif/plugin-plugins/compare/5.4.21...5.4.22) (2024-12-08) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#1018](https://github.com/oclif/plugin-plugins/issues/1018)) ([f53356d](https://github.com/oclif/plugin-plugins/commit/f53356d616404081a25bca2e614164f62726c9b2)) + ## [5.4.21](https://github.com/oclif/plugin-plugins/compare/5.4.20...5.4.21) (2024-12-07) ### Bug Fixes diff --git a/README.md b/README.md index a9e928f9..6a4ab576 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ EXAMPLES $ mycli plugins ``` -_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/index.ts)_ ## `mycli plugins:inspect PLUGIN...` @@ -137,7 +137,7 @@ EXAMPLES $ mycli plugins inspect myplugin ``` -_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/inspect.ts)_ +_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/inspect.ts)_ ## `mycli plugins install PLUGIN` @@ -186,7 +186,7 @@ EXAMPLES $ mycli plugins install someuser/someplugin ``` -_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/install.ts)_ ## `mycli plugins link PATH` @@ -217,7 +217,7 @@ EXAMPLES $ mycli plugins link myplugin ``` -_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/link.ts)_ ## `mycli plugins reset` @@ -232,7 +232,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/reset.ts)_ +_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/reset.ts)_ ## `mycli plugins uninstall [PLUGIN]` @@ -260,7 +260,7 @@ EXAMPLES $ mycli plugins uninstall myplugin ``` -_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/uninstall.ts)_ ## `mycli plugins update` @@ -278,7 +278,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index b95e8f7d..496154a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "5.4.21", + "version": "5.4.22", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {