diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2b0cfd..345d728d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.10](https://github.com/salesforcecli/plugin-sobject/compare/1.4.9...1.4.10) (2024-06-09) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 7.3.10 to 7.3.12 ([56ba80d](https://github.com/salesforcecli/plugin-sobject/commit/56ba80d293e360ea36e7ab76c9905505d5148a0b)) + ## [1.4.9](https://github.com/salesforcecli/plugin-sobject/compare/1.4.8...1.4.9) (2024-06-06) ## [1.4.8](https://github.com/salesforcecli/plugin-sobject/compare/1.4.7...1.4.8) (2024-06-03) diff --git a/README.md b/README.md index 6e642a5d..8675d8fc 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ FLAG DESCRIPTIONS If you don't specify this flag, the command prompts you to choose from your local objects. ``` -_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.9/src/commands/schema/generate/field.ts)_ +_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/field.ts)_ ## `sf schema generate platformevent` @@ -196,7 +196,7 @@ EXAMPLES $ sf schema generate platformevent --label "My Platform Event" ``` -_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.9/src/commands/schema/generate/platformevent.ts)_ +_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -253,7 +253,7 @@ FLAG DESCRIPTIONS - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object. ``` -_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.9/src/commands/schema/generate/sobject.ts)_ +_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -301,6 +301,6 @@ FLAG DESCRIPTIONS The API name for a custom object always ends in `__c`, such as `MyObject__c`. ``` -_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.9/src/commands/schema/generate/tab.ts)_ +_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/tab.ts)_ diff --git a/package.json b/package.json index b0074d0c..ed41a378 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "1.4.9", + "version": "1.4.10", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {