diff --git a/CHANGELOG.md b/CHANGELOG.md index a9df3ef..3b0353c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.6](https://github.com/oclif/plugin-test-esbuild/compare/0.5.5...0.5.6) (2024-06-22) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.4 to 0.8.6 ([#99](https://github.com/oclif/plugin-test-esbuild/issues/99)) ([a5bee17](https://github.com/oclif/plugin-test-esbuild/commit/a5bee17caa2f609d9b4cafb308f626a883e43610)) + + + ## [0.5.5](https://github.com/oclif/plugin-test-esbuild/compare/0.5.4...0.5.5) (2024-06-16) diff --git a/README.md b/README.md index 39a3b9d..234f500 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.5 linux-x64 node-v18.20.3 +@oclif/plugin-test-esbuild/0.5.6 linux-x64 node-v18.20.3 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index d90d65e..8689a5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.5", + "version": "0.5.6", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",