From d72f5ae0d2e7a21387a5ce0fd00c630ee18e42eb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 30 Nov 2024 11:24:53 +0000 Subject: [PATCH] chore(release): 5.4.19 [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 d8290039..3ac39eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.4.19](https://github.com/oclif/plugin-plugins/compare/5.4.18...5.4.19) (2024-11-30) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.32 to 4.0.33 ([#1015](https://github.com/oclif/plugin-plugins/issues/1015)) ([ad3bd9c](https://github.com/oclif/plugin-plugins/commit/ad3bd9cf790538daabe0c7d7525e6b59f3c4354d)) + ## [5.4.18](https://github.com/oclif/plugin-plugins/compare/5.4.17...5.4.18) (2024-11-30) ### Bug Fixes diff --git a/README.md b/README.md index be9be7e8..a607f029 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.18/src/commands/plugins/index.ts)_ +_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/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.18/src/commands/plugins/inspect.ts)_ +_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/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.18/src/commands/plugins/install.ts)_ +_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/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.18/src/commands/plugins/link.ts)_ +_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/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.18/src/commands/plugins/reset.ts)_ +_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/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.18/src/commands/plugins/uninstall.ts)_ +_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/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.18/src/commands/plugins/update.ts)_ +_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index b1d7b691..002f378f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "5.4.18", + "version": "5.4.19", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {