diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f6cc5..b710971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.40](https://github.com/oclif/plugin-test-esbuild/compare/0.5.39...0.5.40) (2024-10-12) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.33 to 0.8.35 ([#182](https://github.com/oclif/plugin-test-esbuild/issues/182)) ([f0ff4f8](https://github.com/oclif/plugin-test-esbuild/commit/f0ff4f80b95e0d57ed9ff9b53e305dde30405f9d)) + + + ## [0.5.39](https://github.com/oclif/plugin-test-esbuild/compare/0.5.38...0.5.39) (2024-10-12) diff --git a/README.md b/README.md index 11db4dc..7e64494 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.39 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.40 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 23905cc..0de4f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.39", + "version": "0.5.40", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",