diff --git a/CHANGELOG.md b/CHANGELOG.md index c16b019..718b6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.4.0](https://github.com/oclif/plugin-test-esbuild/compare/0.3.0...0.4.0) (2024-02-29) + + +### Features + +* include commands from plugin-plugins ([9425ee6](https://github.com/oclif/plugin-test-esbuild/commit/9425ee6797b1c9d0ce5077fd27143f0c9e2782dd)) + + + # [0.3.0](https://github.com/oclif/plugin-test-esbuild/compare/0.2.4...0.3.0) (2024-02-28) diff --git a/package.json b/package.json index f0011fc..e621053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.3.0", + "version": "0.4.0", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",