diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fb49a..380a6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 1471264..ae11863 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.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 @@ -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]` diff --git a/package.json b/package.json index fb26313..90966f2 100644 --- a/package.json +++ b/package.json @@ -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": {