diff --git a/CHANGELOG.md b/CHANGELOG.md index 70006ec..6d161d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.21](https://github.com/oclif/plugin-test-esm-2/compare/0.7.20...0.7.21) (2024-08-03) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.16 to 4.0.17 ([#205](https://github.com/oclif/plugin-test-esm-2/issues/205)) ([68f4fc6](https://github.com/oclif/plugin-test-esm-2/commit/68f4fc6d5c22c86bd34942fd4cb42a8cc0610caf)) + + + ## [0.7.20](https://github.com/oclif/plugin-test-esm-2/compare/0.7.19...0.7.20) (2024-07-28) diff --git a/README.md b/README.md index d8efea0..0032569 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2 $ esm2 COMMAND running command... $ esm2 (--version) -@oclif/plugin-test-esm-2/0.7.20 linux-x64 node-v18.20.4 +@oclif/plugin-test-esm-2/0.7.21 linux-x64 node-v18.20.4 $ esm2 --help [COMMAND] USAGE $ esm2 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.20/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.21/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` diff --git a/package.json b/package.json index 2e807b8..6231692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.20", + "version": "0.7.21", "description": "Test ESM plugin", "author": "Salesforce", "bin": {