diff --git a/CHANGELOG.md b/CHANGELOG.md index f477346..dafa4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.33](https://github.com/oclif/plugin-test-esbuild/compare/0.5.32...0.5.33) (2024-09-22) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.25 to 0.8.29 ([#165](https://github.com/oclif/plugin-test-esbuild/issues/165)) ([ff83737](https://github.com/oclif/plugin-test-esbuild/commit/ff83737d704f7795fa45c0f151437023f8c81250)) + + + ## [0.5.32](https://github.com/oclif/plugin-test-esbuild/compare/0.5.31...0.5.32) (2024-09-15) diff --git a/README.md b/README.md index 387cb20..1736b99 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.5.32 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.33 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 9e94415..57e8363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.32", + "version": "0.5.33", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",