diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca3436..85ce934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.54](https://github.com/oclif/plugin-test-esbuild/compare/0.5.53...0.5.54) (2024-12-21) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.48 to 0.8.50 ([#230](https://github.com/oclif/plugin-test-esbuild/issues/230)) ([e4f3271](https://github.com/oclif/plugin-test-esbuild/commit/e4f3271bbced38fe7235e6f64be88f8880a37751)) + + + ## [0.5.53](https://github.com/oclif/plugin-test-esbuild/compare/0.5.52...0.5.53) (2024-12-15) diff --git a/README.md b/README.md index 74d4bba..e195f46 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.53 linux-x64 node-v20.18.1 +@oclif/plugin-test-esbuild/0.5.54 linux-x64 node-v20.18.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 4471758..fefb74d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.53", + "version": "0.5.54", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",