diff --git a/CHANGELOG.md b/CHANGELOG.md index 66441d7..8a72a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.42](https://github.com/oclif/plugin-test-core-v3/compare/0.1.41...0.1.42) (2024-12-22) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-help from 6.2.19 to 6.2.20 ([#123](https://github.com/oclif/plugin-test-core-v3/issues/123)) ([8413cfb](https://github.com/oclif/plugin-test-core-v3/commit/8413cfb4062af5fd284834928e5ef743f3ed3053)) + + + ## [0.1.41](https://github.com/oclif/plugin-test-core-v3/compare/0.1.40...0.1.41) (2024-12-22) diff --git a/README.md b/README.md index c399eea..30ee8d8 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.41 linux-x64 node-v20.18.1 +@oclif/plugin-test-core-v3/0.1.42 linux-x64 node-v20.18.1 $ 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.41/src/commands/core-v3.ts)_ +_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.42/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.41/src/commands/hello/index.ts)_ +_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.42/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.41/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.42/src/commands/hello/world.ts)_ ## `corev3 help [COMMAND]` @@ -119,7 +119,7 @@ DESCRIPTION Display help for corev3. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.19/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.20/src/commands/help.ts)_ ## `corev3 plugins` diff --git a/package.json b/package.json index 5289641..bad4233 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.41", + "version": "0.1.42", "author": "Salesforce", "bin": { "corev3": "./bin/run.js"