diff --git a/CHANGELOG.md b/CHANGELOG.md index 380a6bf..f58deda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ae11863..6312117 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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]` diff --git a/package.json b/package.json index 7408dba..671f9ec 100644 --- a/package.json +++ b/package.json @@ -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": {