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.1.29] ( https://github.com/salesforcecli/plugin-command-reference/compare/3.1.28...3.1.29 ) (2024-10-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @salesforce/sf-plugins-core from 11.3.10 to 11.3.12 ([ cbf6112] ( https://github.com/salesforcecli/plugin-command-reference/commit/cbf6112f56b9c6de1edeaacdd8926a7d81beba09 ) )
6
+
1
7
## [ 3.1.28] ( https://github.com/salesforcecli/plugin-command-reference/compare/3.1.27...3.1.28 ) (2024-10-13)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ EXAMPLES
130
130
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
131
131
```
132
132
133
- _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.1.28 /src/commands/commandreference/generate.ts ) _
133
+ _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.1.29 /src/commands/commandreference/generate.ts ) _
134
134
135
135
## ` sf jit install `
136
136
@@ -151,6 +151,6 @@ EXAMPLES
151
151
$ sf jit install
152
152
```
153
153
154
- _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.1.28 /src/commands/jit/install.ts ) _
154
+ _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.1.29 /src/commands/jit/install.ts ) _
155
155
156
156
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-command-reference" ,
3
3
"description" : " Generate the Salesforce CLI command reference guide" ,
4
- "version" : " 3.1.28 " ,
4
+ "version" : " 3.1.29 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/salesforcecli/plugin-command-reference/issues" ,
7
7
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments