Skip to content

Commit

Permalink
chore(release): 0.1.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 10, 2024
1 parent 564b598 commit e176cc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 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.7](https://github.com/oclif/plugin-test-core-v3/compare/0.1.6...0.1.7) (2024-06-10)


### Bug Fixes

* **deps:** bump @oclif/core from 3.26.6 to 3.27.0 ([#9](https://github.com/oclif/plugin-test-core-v3/issues/9)) ([564b598](https://github.com/oclif/plugin-test-core-v3/commit/564b5984881d86bc7a6f01332875ba6b26a90648))



## [0.1.6](https://github.com/oclif/plugin-test-core-v3/compare/0.1.5...0.1.6) (2024-06-09)


Expand Down
8 changes: 4 additions & 4 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.6 linux-x64 node-v18.20.3
@oclif/plugin-test-core-v3/0.1.7 linux-x64 node-v18.20.3
$ 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.6/src/commands/core-v3.ts)_
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.7/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.6/src/commands/hello/index.ts)_
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.7/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.6/src/commands/hello/world.ts)_
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.7/src/commands/hello/world.ts)_

## `corev3 help [COMMAND]`

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.6",
"version": "0.1.7",
"author": "Salesforce",
"bin": {
"corev3": "./bin/run.js"
Expand Down

0 comments on commit e176cc2

Please sign in to comment.