diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ce934..3a16a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.55](https://github.com/oclif/plugin-test-esbuild/compare/0.5.54...0.5.55) (2024-12-21) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.37 to 4.2.0 ([#229](https://github.com/oclif/plugin-test-esbuild/issues/229)) ([0dd410b](https://github.com/oclif/plugin-test-esbuild/commit/0dd410b32aed35a8695371c1b74b772d788a34fc)) + + + ## [0.5.54](https://github.com/oclif/plugin-test-esbuild/compare/0.5.53...0.5.54) (2024-12-21) diff --git a/README.md b/README.md index e195f46..712a3f7 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.54 linux-x64 node-v20.18.1 +@oclif/plugin-test-esbuild/0.5.55 linux-x64 node-v20.18.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index fefb74d..1f940de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.54", + "version": "0.5.55", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",