diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2450f2..acd8324b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.11](https://github.com/salesforcecli/plugin-sobject/compare/0.2.10...0.2.11) (2023-10-08) + +### Bug Fixes + +- **deps:** bump fast-xml-parser from 4.3.1 to 4.3.2 ([d218039](https://github.com/salesforcecli/plugin-sobject/commit/d218039d492f62b139aafe8772e29e1180f93190)) + ## [0.2.10](https://github.com/salesforcecli/plugin-sobject/compare/0.2.9...0.2.10) (2023-10-02) ### Bug Fixes diff --git a/README.md b/README.md index b0586e00..bda166ca 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,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/0.2.10/src/commands/schema/generate/field.ts)_ +_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/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/0.2.10/src/commands/schema/generate/platformevent.ts)_ +_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -250,7 +250,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/0.2.10/src/commands/schema/generate/sobject.ts)_ +_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -297,6 +297,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/0.2.10/src/commands/schema/generate/tab.ts)_ +_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/tab.ts)_ diff --git a/package.json b/package.json index b7c12e55..df1ac54f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "0.2.10", + "version": "0.2.11", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {