diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f3ea07..d9370215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.42](https://github.com/salesforcecli/plugin-sobject/compare/0.0.41...0.0.42) (2023-01-25) + + +### Bug Fixes + +* align with latest naming style ([7a0f8d7](https://github.com/salesforcecli/plugin-sobject/commit/7a0f8d7a0fd843c199a56deb8e41d15e36582a7f)) + + + ## [0.0.41](https://github.com/salesforcecli/plugin-sobject/compare/0.0.40...0.0.41) (2023-01-22) diff --git a/package.json b/package.json index 8d918f27..2b17c555 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "0.0.41", + "version": "0.0.42", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { @@ -211,4 +211,4 @@ "output": [] } } -} +} \ No newline at end of file