diff --git a/CHANGELOG.md b/CHANGELOG.md index c61aa7ee..0d3ebe9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.4](https://github.com/salesforcecli/plugin-sobject/compare/1.1.3...1.1.4) (2024-01-28) + +### Bug Fixes + +- **deps:** bump @inquirer/confirm from 2.0.15 to 2.0.17 ([2c6044d](https://github.com/salesforcecli/plugin-sobject/commit/2c6044d1c98673b28258638fd136a9b179d84738)) + ## [1.1.3](https://github.com/salesforcecli/plugin-sobject/compare/1.1.2...1.1.3) (2024-01-21) ### Bug Fixes diff --git a/README.md b/README.md index c605cfeb..0ff64f01 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,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.1.3/src/commands/schema/generate/field.ts)_ +_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/field.ts)_ ## `sf schema generate platformevent` @@ -190,7 +190,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.1.3/src/commands/schema/generate/platformevent.ts)_ +_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/platformevent.ts)_ ## `sf schema generate sobject` @@ -244,7 +244,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.1.3/src/commands/schema/generate/sobject.ts)_ +_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/sobject.ts)_ ## `sf schema generate tab` @@ -291,6 +291,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.1.3/src/commands/schema/generate/tab.ts)_ +_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.4/src/commands/schema/generate/tab.ts)_ diff --git a/package.json b/package.json index f3b3a56d..e31a402e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "1.1.3", + "version": "1.1.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {