From 085d98ce8cd1faa5713c1d3cf29ef1f4c03ddf85 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 7 Dec 2024 11:24:39 +0000 Subject: [PATCH] chore(release): 5.4.21 [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 7b95af17..2f6dd4b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.4.21](https://github.com/oclif/plugin-plugins/compare/5.4.20...5.4.21) (2024-12-07) + +### Bug Fixes + +- **deps:** bump npm from 10.9.1 to 10.9.2 ([#1020](https://github.com/oclif/plugin-plugins/issues/1020)) ([d009b61](https://github.com/oclif/plugin-plugins/commit/d009b6101f07d825855aaa81b5cd94dc12b6451a)) + ## [5.4.20](https://github.com/oclif/plugin-plugins/compare/5.4.19...5.4.20) (2024-12-07) ### Bug Fixes diff --git a/README.md b/README.md index 8efd881e..a9e928f9 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.20/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/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.20/src/commands/plugins/inspect.ts)_ +_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/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.20/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/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.20/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/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.20/src/commands/plugins/reset.ts)_ +_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/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.20/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/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.20/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 6bf14159..70e8c0ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "5.4.20", + "version": "5.4.21", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {