diff --git a/CHANGELOG.md b/CHANGELOG.md index a4147373..1b4acd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.15](https://github.com/salesforcecli/plugin-sobject/compare/0.1.14...0.1.15) (2023-04-07) + + +### Bug Fixes + +* update package.son for correct help and command ref ([c6dff59](https://github.com/salesforcecli/plugin-sobject/commit/c6dff59f56397836ce8ee97ea104bf14eb272d42)) + + + ## [0.1.14](https://github.com/salesforcecli/plugin-sobject/compare/0.1.13...0.1.14) (2023-04-02) diff --git a/package.json b/package.json index 0e9c2d79..eecabdb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "0.1.14", + "version": "0.1.15", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { @@ -221,4 +221,4 @@ "output": [] } } -} +} \ No newline at end of file