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.0.69] ( https://github.com/salesforcecli/plugin-command-reference/compare/3.0.68...3.0.69 ) (2024-02-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump @oclif/core from 3.19.2 to 3.19.6 ([ 0c1d247] ( https://github.com/salesforcecli/plugin-command-reference/commit/0c1d247da7c708f1c45b1361941bf5d3b3634570 ) )
6
+
1
7
## [ 3.0.68] ( https://github.com/salesforcecli/plugin-command-reference/compare/3.0.67...3.0.68 ) (2024-02-21)
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.68 /src/commands/commandreference/generate.ts ) _
132
+ _ See code: [ src/commands/commandreference/generate.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.69 /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.68 /src/commands/jit/install.ts ) _
152
+ _ See code: [ src/commands/jit/install.ts] ( https://github.com/salesforcecli/plugin-command-reference/blob/3.0.69 /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.68 " ,
4
+ "version" : " 3.0.69 " ,
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