Skip to content

Commit

Permalink
chore(release): 0.1.30 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 6, 2024
1 parent 27d32a8 commit 2dbbf04
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.30](https://github.com/oclif/plugin-test-core-v3/compare/0.1.29...0.1.30) (2024-10-06)


### Bug Fixes

* **deps:** bump @oclif/plugin-help from 6.2.13 to 6.2.14 ([#83](https://github.com/oclif/plugin-test-core-v3/issues/83)) ([27d32a8](https://github.com/oclif/plugin-test-core-v3/commit/27d32a8c77ba292eca4c8c85564d604db15498ea))



## [0.1.29](https://github.com/oclif/plugin-test-core-v3/compare/0.1.28...0.1.29) (2024-09-29)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29 linux-x64 node-v18.20.4
@oclif/plugin-test-core-v3/0.1.30 linux-x64 node-v18.20.4
$ corev3 --help [COMMAND]
USAGE
$ corev3 COMMAND
Expand Down Expand Up @@ -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.29/src/commands/core-v3.ts)_
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.30/src/commands/core-v3.ts)_

## `corev3 hello PERSON`

Expand All @@ -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.29/src/commands/hello/index.ts)_
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.30/src/commands/hello/index.ts)_

## `corev3 hello world`

Expand All @@ -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.29/src/commands/hello/world.ts)_
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.30/src/commands/hello/world.ts)_

## `corev3 help [COMMAND]`

Expand All @@ -119,7 +119,7 @@ DESCRIPTION
Display help for corev3.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.13/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.14/src/commands/help.ts)_

## `corev3 plugins`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-test-core-v3",
"description": "Test plugin that uses @oclif/core v3",
"version": "0.1.29",
"version": "0.1.30",
"author": "Salesforce",
"bin": {
"corev3": "./bin/run.js"
Expand Down

0 comments on commit 2dbbf04

Please sign in to comment.