From afb4fbd9e6827dcf485dc2dc98a4f79d6a337589 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 9 Jun 2024 08:45:12 +0000 Subject: [PATCH] chore(release): 0.1.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404e252..39bd8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.5](https://github.com/oclif/plugin-test-core-v3/compare/0.1.4...0.1.5) (2024-06-09) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.2.1 to 5.2.4 ([#15](https://github.com/oclif/plugin-test-core-v3/issues/15)) ([16d2743](https://github.com/oclif/plugin-test-core-v3/commit/16d274376d84945537bd1a92978c9a8cd4d056ce)) + + + ## [0.1.4](https://github.com/oclif/plugin-test-core-v3/compare/0.1.3...0.1.4) (2024-06-04) diff --git a/README.md b/README.md index 4eb6ba0..711fb88 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3 $ corev3 COMMAND running command... $ corev3 (--version) -@oclif/plugin-test-core-v3/0.1.4 linux-x64 node-v18.20.3 +@oclif/plugin-test-core-v3/0.1.5 linux-x64 node-v18.20.3 $ corev3 --help [COMMAND] USAGE $ corev3 COMMAND @@ -57,7 +57,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.4/src/commands/core-v3.ts)_ +_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.5/src/commands/core-v3.ts)_ ## `corev3 hello PERSON` @@ -81,7 +81,7 @@ EXAMPLES hello friend from oclif! (./src/commands/hello/index.ts) ``` -_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.4/src/commands/hello/index.ts)_ +_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.5/src/commands/hello/index.ts)_ ## `corev3 hello world` @@ -99,7 +99,7 @@ EXAMPLES hello world! (./src/commands/hello/world.ts) ``` -_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.4/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.5/src/commands/hello/world.ts)_ ## `corev3 help [COMMAND]` @@ -142,7 +142,7 @@ EXAMPLES $ corev3 plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/index.ts)_ ## `corev3 plugins:inspect PLUGIN...` @@ -169,7 +169,7 @@ EXAMPLES $ corev3 plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/inspect.ts)_ ## `corev3 plugins install PLUGIN` @@ -194,7 +194,7 @@ GLOBAL FLAGS DESCRIPTION Installs a plugin into corev3. - Uses bundled npm executable to install plugins into /home/runner/.local/share/corev3 + Uses npm to install plugins. Installation of a user-installed plugin will override a core plugin. @@ -218,7 +218,7 @@ EXAMPLES $ corev3 plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/install.ts)_ ## `corev3 plugins link PATH` @@ -248,7 +248,7 @@ EXAMPLES $ corev3 plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/link.ts)_ ## `corev3 plugins reset` @@ -263,7 +263,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/reset.ts)_ ## `corev3 plugins uninstall [PLUGIN]` @@ -291,7 +291,7 @@ EXAMPLES $ corev3 plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/uninstall.ts)_ ## `corev3 plugins update` @@ -309,5 +309,5 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 9dcad77..0b6bece 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-test-core-v3", "description": "Test plugin that uses @oclif/core v3", - "version": "0.1.4", + "version": "0.1.5", "author": "Salesforce", "bin": { "corev3": "./bin/run.js"