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.58] ( https://github.com/salesforcecli/plugin-schema/compare/3.3.57...3.3.58 ) (2025-03-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @salesforce/core from 8.8.6 to 8.8.7 ([ 47e76c5] ( https://github.com/salesforcecli/plugin-schema/commit/47e76c5eda32ad6a0387d2d2ee71034608105781 ) )
6
+
1
7
## [ 3.3.57] ( https://github.com/salesforcecli/plugin-schema/compare/3.3.56...3.3.57 ) (2025-03-23)
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.57 /src/commands/sobject/describe.ts ) _
121
+ _ See code: [ src/commands/sobject/describe.ts] ( https://github.com/salesforcecli/plugin-schema/blob/3.3.58 /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.57 /src/commands/sobject/list.ts ) _
160
+ _ See code: [ src/commands/sobject/list.ts] ( https://github.com/salesforcecli/plugin-schema/blob/3.3.58 /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.57 " ,
4
+ "version" : " 3.3.58 " ,
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