Skip to content

Commit bab496c

Browse files
committed
chore(release): 3.0.47 [skip ci]
1 parent 9cb6216 commit bab496c

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.47](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.46...3.0.47) (2023-11-20)
2+
3+
### Bug Fixes
4+
5+
- bump libs ([#508](https://github.com/salesforcecli/plugin-command-reference/issues/508)) ([9cb6216](https://github.com/salesforcecli/plugin-command-reference/commit/9cb62167414f32894fdf7bb1389a1dc59808e799))
6+
17
## [3.0.46](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.45...3.0.46) (2023-11-05)
28

39
### Bug Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ FLAGS
100100
-p, --plugins=<value>... comma separated list of plugin names to be part of the generation. Defaults to the oclif
101101
plugin in the current working directory
102102
-s, --ditamap-suffix=<value> [default: unified] unique suffix to append to generated ditamap
103-
--error-on-warnings fail the command if there are any warnings
104-
--hidden show hidden commands
103+
--error-on-warnings fail the command if there are any warnings
104+
--hidden show hidden commands
105105
106106
GLOBAL FLAGS
107107
--json Format output as json.
@@ -129,7 +129,7 @@ EXAMPLES
129129
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
130130
```
131131

132-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.46/src/commands/commandreference/generate.ts)_
132+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.47/src/commands/commandreference/generate.ts)_
133133

134134
## `sf jit install`
135135

@@ -149,6 +149,6 @@ EXAMPLES
149149
$ sf jit install
150150
```
151151

152-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.46/src/commands/jit/install.ts)_
152+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.47/src/commands/jit/install.ts)_
153153

154154
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-command-reference",
33
"description": "Generate the Salesforce CLI command reference guide",
4-
"version": "3.0.46",
4+
"version": "3.0.47",
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)