Skip to content

Commit

Permalink
chore(release): 0.2.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Aug 25, 2024
1 parent 532f0ad commit 7fa314e
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.15](https://github.com/oclif/plugin-test-core-v1/compare/0.2.14...0.2.15) (2024-08-25)


### Bug Fixes

* **deps:** bump micromatch from 4.0.4 to 4.0.8 ([#65](https://github.com/oclif/plugin-test-core-v1/issues/65)) ([532f0ad](https://github.com/oclif/plugin-test-core-v1/commit/532f0ad4249e8279ef85165a13d0eab518d622aa))



## [0.2.14](https://github.com/oclif/plugin-test-core-v1/compare/0.2.13...0.2.14) (2024-06-13)


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.14 linux-x64 node-v18.20.3
@oclif/plugin-test-core-v1/0.2.15 linux-x64 node-v18.20.4
$ 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.14/src/commands/core-v1.ts)_
_See code: [src/commands/core-v1.ts](https://github.com/oclif/plugin-test-core-v1/blob/0.2.15/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.14",
"version": "0.2.15",
"description": "Test plugin that uses @oclif/core v1",
"author": "Salesforce",
"bin": {
Expand Down

0 comments on commit 7fa314e

Please sign in to comment.