diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7c7ac2a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# 0.1.0 (2024-02-29) + + +### Features + +* initial commit ([18bc325](https://github.com/oclif/plugin-test-esbuild-single/commit/18bc3253fbaaae81007913a8600cc1acd8cea6a0)) + + + diff --git a/package.json b/package.json index 16a3fca..72c44dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.0.0", + "version": "0.1.0", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",