diff --git a/CHANGELOG.md b/CHANGELOG.md index 4984570..88ca2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.58](https://github.com/oclif/plugin-test-esbuild/compare/0.5.57...0.5.58) (2025-01-04) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.52 to 0.8.53 ([#238](https://github.com/oclif/plugin-test-esbuild/issues/238)) ([e3181f7](https://github.com/oclif/plugin-test-esbuild/commit/e3181f70fe477023b8640d9f573b3b8f21148f24)) + + + ## [0.5.57](https://github.com/oclif/plugin-test-esbuild/compare/0.5.56...0.5.57) (2024-12-28) diff --git a/README.md b/README.md index 0cacc8c..f05036f 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.57 linux-x64 node-v20.18.1 +@oclif/plugin-test-esbuild/0.5.58 linux-x64 node-v20.18.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index bb77e41..815c112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.57", + "version": "0.5.58", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",