Skip to content

Commit e5e02d8

Browse files
committed
chore(release): 3.0.69 [skip ci]
1 parent f0cc475 commit e5e02d8

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.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+
17
## [3.0.68](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.67...3.0.68) (2024-02-21)
28

39
### Bug Fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.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)_
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.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)_
153153

154154
<!-- 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.0.68",
4+
"version": "3.0.69",
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)