diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df2ddf..913ea19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.23](https://github.com/oclif/plugin-test-esbuild/compare/0.5.22...0.5.23) (2024-08-24) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.17 to 4.0.18 ([#147](https://github.com/oclif/plugin-test-esbuild/issues/147)) ([5e5af23](https://github.com/oclif/plugin-test-esbuild/commit/5e5af23a3e21a74f436c9b68ec4c2f8c623d72f0)) + + + ## [0.5.22](https://github.com/oclif/plugin-test-esbuild/compare/0.5.21...0.5.22) (2024-08-18) diff --git a/README.md b/README.md index c00d9e4..c0b5d67 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.22 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.23 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index b71ff89..8bc2136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.22", + "version": "0.5.23", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",