Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jan 28, 2024
1 parent 6b34c98 commit 1fed9b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.1.5](https://github.com/salesforcecli/plugin-sobject/compare/1.1.4...1.1.5) (2024-01-28)

### Bug Fixes

- **deps:** bump @inquirer/select from 1.3.1 to 1.3.3 ([cf2f5db](https://github.com/salesforcecli/plugin-sobject/commit/cf2f5dbd3d223c56e0ce9b7011b031d3d956f0a3))

## [1.1.4](https://github.com/salesforcecli/plugin-sobject/compare/1.1.3...1.1.4) (2024-01-28)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4/src/commands/schema/generate/field.ts)_
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.5/src/commands/schema/generate/field.ts)_

## `sf schema generate platformevent`

Expand Down Expand Up @@ -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.4/src/commands/schema/generate/platformevent.ts)_
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.5/src/commands/schema/generate/platformevent.ts)_

## `sf schema generate sobject`

Expand Down Expand Up @@ -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.4/src/commands/schema/generate/sobject.ts)_
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.5/src/commands/schema/generate/sobject.ts)_

## `sf schema generate tab`

Expand Down Expand Up @@ -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.4/src/commands/schema/generate/tab.ts)_
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.5/src/commands/schema/generate/tab.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-sobject",
"description": "Create objects, fields, tabs, etc",
"version": "1.1.4",
"version": "1.1.5",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 1fed9b7

Please sign in to comment.