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.0.44] ( https://github.com/salesforcecli/plugin-command-reference/compare/3.0.43...3.0.44 ) (2023-10-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @salesforce/ts-types from 2.0.8 to 2.0.9 ([ 37572b9] ( https://github.com/salesforcecli/plugin-command-reference/commit/37572b96a347bd075c05fe57d547678d48932b93 ) )
6
+
1
7
## [ 3.0.43] ( https://github.com/salesforcecli/plugin-command-reference/compare/3.0.42...3.0.43 ) (2023-10-22)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ EXAMPLES
129
129
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
130
130
```
131
131
132
- _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.43 /src/commands/commandreference/generate.ts ) _
132
+ _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.44 /src/commands/commandreference/generate.ts ) _
133
133
134
134
## ` sf jit install `
135
135
@@ -149,6 +149,6 @@ EXAMPLES
149
149
$ sf jit install
150
150
```
151
151
152
- _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.43 /src/commands/jit/install.ts ) _
152
+ _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.44 /src/commands/jit/install.ts ) _
153
153
154
154
<!-- 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.0.43 " ,
4
+ "version" : " 3.0.44 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/salesforcecli/plugin-command-reference/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments