Skip to content

Commit

Permalink
chore(release): 0.2.14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 13, 2024
1 parent 64fb07e commit fd11d34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.14](https://github.com/oclif/plugin-test-core-v1/compare/0.2.13...0.2.14) (2024-06-13)


### Bug Fixes

* **deps:** bump braces from 3.0.2 to 3.0.3 ([#58](https://github.com/oclif/plugin-test-core-v1/issues/58)) ([64fb07e](https://github.com/oclif/plugin-test-core-v1/commit/64fb07e50498ffe017814ef3c600b0907b48fd76))



## [0.2.13](https://github.com/oclif/plugin-test-core-v1/compare/0.2.12...0.2.13) (2024-05-26)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-core-v1
$ corev1 COMMAND
running command...
$ corev1 (--version)
@oclif/plugin-test-core-v1/0.2.13 linux-x64 node-v18.20.2
@oclif/plugin-test-core-v1/0.2.14 linux-x64 node-v18.20.3
$ corev1 --help [COMMAND]
USAGE
$ corev1 COMMAND
Expand Down Expand Up @@ -52,7 +52,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [src/commands/core-v1.ts](https://github.com/oclif/plugin-test-core-v1/blob/0.2.13/src/commands/core-v1.ts)_
_See code: [src/commands/core-v1.ts](https://github.com/oclif/plugin-test-core-v1/blob/0.2.14/src/commands/core-v1.ts)_

## `corev1 help [COMMANDS]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-test-core-v1",
"version": "0.2.13",
"version": "0.2.14",
"description": "Test plugin that uses @oclif/core v1",
"author": "Salesforce",
"bin": {
Expand Down

0 comments on commit fd11d34

Please sign in to comment.