File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.3.8] ( https://github.com/salesforcecli/plugin-schema/compare/3.3.7...3.3.8 ) (2024-05-19)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @salesforce/sf-plugins-core from 9.0.7 to 9.0.11 ([ 2a71822] ( https://github.com/salesforcecli/plugin-schema/commit/2a71822ebf3d483a2cf8096da430d983135aae3b ) )
6
+
1
7
## [ 3.3.7] ( https://github.com/salesforcecli/plugin-schema/compare/3.3.6...3.3.7 ) (2024-05-19)
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.7 /src/commands/sobject/describe.ts ) _
121
+ _ See code: [ src/commands/sobject/describe.ts] ( https://github.com/salesforcecli/plugin-schema/blob/3.3.8 /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.7 /src/commands/sobject/list.ts ) _
160
+ _ See code: [ src/commands/sobject/list.ts] ( https://github.com/salesforcecli/plugin-schema/blob/3.3.8 /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.7 " ,
4
+ "version" : " 3.3.8 " ,
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