diff --git a/CHANGELOG.md b/CHANGELOG.md index 637f7b2..2c71050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.29](https://github.com/oclif/plugin-test-esbuild/compare/0.5.28...0.5.29) (2024-09-07) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.24 to 0.8.25 ([#157](https://github.com/oclif/plugin-test-esbuild/issues/157)) ([512a4aa](https://github.com/oclif/plugin-test-esbuild/commit/512a4aaf1b00f20bce61eca1fb8c72da530028ae)) + + + ## [0.5.28](https://github.com/oclif/plugin-test-esbuild/compare/0.5.27...0.5.28) (2024-09-01) diff --git a/README.md b/README.md index acc97a7..0773c6e 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.28 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.29 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 41fa9fb..76698d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.28", + "version": "0.5.29", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",