From 39c9e9d84c60b0262316b36446f5fe662f52f275 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 27 Oct 2024 03:01:40 +0000 Subject: [PATCH] chore(release): 1.4.43 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01644b98..400c78c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.43](https://github.com/salesforcecli/plugin-sobject/compare/1.4.42...1.4.43) (2024-10-27) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.28 to 4.0.30 ([0c8edd2](https://github.com/salesforcecli/plugin-sobject/commit/0c8edd2a5f5466158825c6ddfb41db2381a57e87)) + ## [1.4.42](https://github.com/salesforcecli/plugin-sobject/compare/1.4.41...1.4.42) (2024-10-13) ### Bug Fixes diff --git a/README.md b/README.md index 83d3dbd0..40aa37c5 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.42/src/commands/schema/generate/field.ts)_ +_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.43/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.42/src/commands/schema/generate/platformevent.ts)_ +_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.43/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.42/src/commands/schema/generate/sobject.ts)_ +_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.43/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.42/src/commands/schema/generate/tab.ts)_ +_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.43/src/commands/schema/generate/tab.ts)_ diff --git a/package.json b/package.json index 2fc07027..341a830b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-sobject", "description": "Create objects, fields, tabs, etc", - "version": "1.4.42", + "version": "1.4.43", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {