Skip to content

Commit a648b7d

Browse files
committed
chore(release): 3.3.62 [skip ci]
1 parent cecc5a3 commit a648b7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.62](https://github.com/salesforcecli/plugin-schema/compare/3.3.61...3.3.62) (2025-05-11)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.10.1 to 8.10.3 ([3055eee](https://github.com/salesforcecli/plugin-schema/commit/3055eee2fd65256b2f997da0e1a445755577738a))
6+
17
## [3.3.61](https://github.com/salesforcecli/plugin-schema/compare/3.3.60...3.3.61) (2025-05-05)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ EXAMPLES
118118
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
119119
```
120120

121-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.61/src/commands/sobject/describe.ts)_
121+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.62/src/commands/sobject/describe.ts)_
122122

123123
## `sf sobject list`
124124

@@ -157,6 +157,6 @@ EXAMPLES
157157
$ sf sobject list --sobject custom --target-org my-scratch-org
158158
```
159159

160-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.61/src/commands/sobject/list.ts)_
160+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.62/src/commands/sobject/list.ts)_
161161

162162
<!-- 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-schema",
33
"description": "Commands to interact with salesforce sobject schemas",
4-
"version": "3.3.61",
4+
"version": "3.3.62",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)