Skip to content

Commit b26958c

Browse files
committed
chore(release): 3.1.29 [skip ci]
1 parent 17a0cc4 commit b26958c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [3.1.28](https://github.com/salesforcecli/plugin-command-reference/compare/3.1.27...3.1.28) (2024-10-13)
28

39
### Bug Fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ EXAMPLES
130130
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
131131
```
132132

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)_
134134

135135
## `sf jit install`
136136

@@ -151,6 +151,6 @@ EXAMPLES
151151
$ sf jit install
152152
```
153153

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)_
155155

156156
<!-- commandsstop -->

package.json

+1-1
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.1.28",
4+
"version": "3.1.29",
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"type": "module",

0 commit comments

Comments
 (0)