diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfb2cf..1b9e6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 79dcb37..3083244 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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]` diff --git a/package.json b/package.json index dcd63f6..faf237f 100644 --- a/package.json +++ b/package.json @@ -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": {