Skip to content

Commit a74cb36

Browse files
committed
chore(release): 1.4.68 [skip ci]
1 parent e65a828 commit a74cb36

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.4.68](https://github.com/salesforcecli/plugin-sobject/compare/1.4.67...1.4.68) (2025-08-10)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.18.7 to 8.19.1 ([6ade171](https://github.com/salesforcecli/plugin-sobject/commit/6ade1715ba6fa4a897f6c75ff71d2c13a17f534d))
6+
17
## [1.4.67](https://github.com/salesforcecli/plugin-sobject/compare/1.4.66...1.4.67) (2025-07-27)
28

39
### Bug Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ FLAG DESCRIPTIONS
164164
If you don't specify this flag, the command prompts you to choose from your local objects.
165165
```
166166

167-
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/field.ts)_
167+
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.68/src/commands/schema/generate/field.ts)_
168168

169169
## `sf schema generate platformevent`
170170

@@ -196,7 +196,7 @@ EXAMPLES
196196
$ sf schema generate platformevent --label "My Platform Event"
197197
```
198198

199-
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/platformevent.ts)_
199+
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.68/src/commands/schema/generate/platformevent.ts)_
200200

201201
## `sf schema generate sobject`
202202

@@ -253,7 +253,7 @@ FLAG DESCRIPTIONS
253253
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
254254
```
255255

256-
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/sobject.ts)_
256+
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.68/src/commands/schema/generate/sobject.ts)_
257257

258258
## `sf schema generate tab`
259259

@@ -301,6 +301,6 @@ FLAG DESCRIPTIONS
301301
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
302302
```
303303

304-
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.67/src/commands/schema/generate/tab.ts)_
304+
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.68/src/commands/schema/generate/tab.ts)_
305305

306306
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-sobject",
33
"description": "Create objects, fields, tabs, etc",
4-
"version": "1.4.67",
4+
"version": "1.4.68",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)