Skip to content

Commit

Permalink
chore(release): 0.2.12 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 2, 2024
1 parent 15e6651 commit 6bb6e6c
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.12](https://github.com/oclif/plugin-test-core-v2/compare/0.2.11...0.2.12) (2024-05-02)


### Bug Fixes

* **deps:** bump ejs from 3.1.8 to 3.1.10 ([#52](https://github.com/oclif/plugin-test-core-v2/issues/52)) ([15e6651](https://github.com/oclif/plugin-test-core-v2/commit/15e6651e865b5db8f72bbf9ab7349e3dcc953bbd))



## [0.2.11](https://github.com/oclif/plugin-test-core-v2/compare/0.2.10...0.2.11) (2024-04-14)


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-v2
$ corev2 COMMAND
running command...
$ corev2 (--version)
@oclif/plugin-test-core-v2/0.2.11 linux-x64 node-v18.20.1
@oclif/plugin-test-core-v2/0.2.12 linux-x64 node-v18.20.2
$ corev2 --help [COMMAND]
USAGE
$ corev2 COMMAND
Expand Down Expand Up @@ -52,7 +52,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [src/commands/core-v2.ts](https://github.com/oclif/plugin-test-core-v2/blob/0.2.11/src/commands/core-v2.ts)_
_See code: [src/commands/core-v2.ts](https://github.com/oclif/plugin-test-core-v2/blob/0.2.12/src/commands/core-v2.ts)_

## `corev2 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-v2",
"version": "0.2.11",
"version": "0.2.12",
"description": "Test plugin that uses @oclif/core v2",
"author": "Salesforce",
"bin": {
Expand Down

0 comments on commit 6bb6e6c

Please sign in to comment.