diff --git a/CHANGELOG.md b/CHANGELOG.md index 63745e3..701dd41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.25](https://github.com/oclif/plugin-test-esbuild/compare/0.5.24...0.5.25) (2024-08-24) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.20 to 0.8.21 ([#146](https://github.com/oclif/plugin-test-esbuild/issues/146)) ([3befab0](https://github.com/oclif/plugin-test-esbuild/commit/3befab064b455ea802ae551886197b27ec840602)) + + + ## [0.5.24](https://github.com/oclif/plugin-test-esbuild/compare/0.5.23...0.5.24) (2024-08-24) diff --git a/README.md b/README.md index 61d57c1..e973cc9 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.24 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.25 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 8dc4f21..d0a24da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.24", + "version": "0.5.25", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",