Skip to content

Commit 0895aaa

Browse files
committed
chore(release): 3.1.132 [skip ci]
1 parent 40d064e commit 0895aaa

3 files changed

Lines changed: 9 additions & 3 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.1.132](https://github.com/salesforcecli/plugin-command-reference/compare/3.1.131...3.1.132) (2026-08-09)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.13.2 to 4.13.3 ([6380c9b](https://github.com/salesforcecli/plugin-command-reference/commit/6380c9bf9600daa2bef961f8e0c32c7d29e16eb3))
6+
17
## [3.1.131](https://github.com/salesforcecli/plugin-command-reference/compare/3.1.130...3.1.131) (2026-08-04)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ EXAMPLES
133133
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
134134
```
135135

136-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.131/src/commands/commandreference/generate.ts)_
136+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.132/src/commands/commandreference/generate.ts)_
137137

138138
## `sf jit install`
139139

@@ -154,6 +154,6 @@ EXAMPLES
154154
$ sf jit install
155155
```
156156

157-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.131/src/commands/jit/install.ts)_
157+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.132/src/commands/jit/install.ts)_
158158

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

0 commit comments

Comments
 (0)