diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0353c..11d6e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.7](https://github.com/oclif/plugin-test-esbuild/compare/0.5.6...0.5.7) (2024-06-23) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.2.3 to 5.3.2 ([#96](https://github.com/oclif/plugin-test-esbuild/issues/96)) ([b5d849e](https://github.com/oclif/plugin-test-esbuild/commit/b5d849ef89281783d97f85b6e725f79bc60a5353)) + + + ## [0.5.6](https://github.com/oclif/plugin-test-esbuild/compare/0.5.5...0.5.6) (2024-06-22) diff --git a/README.md b/README.md index 234f500..11f7a25 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.6 linux-x64 node-v18.20.3 +@oclif/plugin-test-esbuild/0.5.7 linux-x64 node-v18.20.3 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 0ce6efc..e299e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.6", + "version": "0.5.7", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",