diff --git a/CHANGELOG.md b/CHANGELOG.md index f46e3ee..fe993b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.22](https://github.com/oclif/plugin-test-core-v3/compare/0.1.21...0.1.22) (2024-08-25) + + +### Bug Fixes + +* **deps:** bump micromatch from 4.0.7 to 4.0.8 ([#59](https://github.com/oclif/plugin-test-core-v3/issues/59)) ([210df55](https://github.com/oclif/plugin-test-core-v3/commit/210df55b295b0998b8c3401d8f1bde82dacda924)) + + + ## [0.1.21](https://github.com/oclif/plugin-test-core-v3/compare/0.1.20...0.1.21) (2024-08-18) diff --git a/README.md b/README.md index e62c041..6cefb46 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.21 linux-x64 node-v18.20.4 +@oclif/plugin-test-core-v3/0.1.22 linux-x64 node-v18.20.4 $ 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.21/src/commands/core-v3.ts)_ +_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.22/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.21/src/commands/hello/index.ts)_ +_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.22/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.21/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.22/src/commands/hello/world.ts)_ ## `corev3 help [COMMAND]` diff --git a/package.json b/package.json index 2742f1d..e04cca2 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.21", + "version": "0.1.22", "author": "Salesforce", "bin": { "corev3": "./bin/run.js"