diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee32be..d2082f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.8.44](https://github.com/oclif/plugin-test-esm-1/compare/0.8.43...0.8.44) (2024-11-17) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([#308](https://github.com/oclif/plugin-test-esm-1/issues/308)) ([325eb27](https://github.com/oclif/plugin-test-esm-1/commit/325eb276f33ca92d0318c46bd21bed69cb56be8f)) + + + ## [0.8.43](https://github.com/oclif/plugin-test-esm-1/compare/0.8.42...0.8.43) (2024-11-17) diff --git a/README.md b/README.md index 881cd4a..66db6a3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-1 $ esm1 COMMAND running command... $ esm1 (--version) -@oclif/plugin-test-esm-1/0.8.43 linux-x64 node-v18.20.5 +@oclif/plugin-test-esm-1/0.8.44 linux-x64 node-v18.20.5 $ esm1 --help [COMMAND] USAGE $ esm1 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/0.8.43/src/commands/esm1.ts)_ +_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/0.8.44/src/commands/esm1.ts)_ ## `esm1 help [COMMAND]` diff --git a/package.json b/package.json index d91b0fb..ddfa3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-1", - "version": "0.8.43", + "version": "0.8.44", "description": "Test ESM plugin", "author": "Salesforce", "bin": {