From 6f8255295a1dbc60daf810c8a424c4f7507ca874 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 29 Sep 2024 05:45:24 +0000 Subject: [PATCH] chore(release): 0.1.28 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a89f81..a149879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.28](https://github.com/oclif/plugin-test-core-v3/compare/0.1.27...0.1.28) (2024-09-29) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-help from 6.2.11 to 6.2.13 ([#80](https://github.com/oclif/plugin-test-core-v3/issues/80)) ([ad4940f](https://github.com/oclif/plugin-test-core-v3/commit/ad4940f3b699b9d975b51b60db675f75eb8ff57a)) + + + ## [0.1.27](https://github.com/oclif/plugin-test-core-v3/compare/0.1.26...0.1.27) (2024-09-22) diff --git a/README.md b/README.md index 3d97c48..6cf5fe8 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.27 linux-x64 node-v18.20.4 +@oclif/plugin-test-core-v3/0.1.28 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.27/src/commands/core-v3.ts)_ +_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.28/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.27/src/commands/hello/index.ts)_ +_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.28/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.27/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.28/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.11/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.13/src/commands/help.ts)_ ## `corev3 plugins` diff --git a/package.json b/package.json index a602e40..a5cc86c 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.27", + "version": "0.1.28", "author": "Salesforce", "bin": { "corev3": "./bin/run.js"