File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## [ 3.3.61] ( https://github.com/salesforcecli/plugin-schema/compare/3.3.60...3.3.61 ) (2025-05-05)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ EXAMPLES
118
118
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
119
119
```
120
120
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 ) _
122
122
123
123
## ` sf sobject list `
124
124
@@ -157,6 +157,6 @@ EXAMPLES
157
157
$ sf sobject list --sobject custom --target-org my-scratch-org
158
158
```
159
159
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 ) _
161
161
162
162
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-schema" ,
3
3
"description" : " Commands to interact with salesforce sobject schemas" ,
4
- "version" : " 3.3.61 " ,
4
+ "version" : " 3.3.62 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments