Skip to content

Commit cf637e8

Browse files
committed
chore(release): 3.1.39 [skip ci]
1 parent 45f1d98 commit cf637e8

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.39](https://github.com/salesforcecli/plugin-command-reference/compare/3.1.38...3.1.39) (2025-01-12)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([5af303a](https://github.com/salesforcecli/plugin-command-reference/commit/5af303a2b8f4e00d258bfb804f61fd9fd155326d))
6+
17
## [3.1.38](https://github.com/salesforcecli/plugin-command-reference/compare/3.1.37...3.1.38) (2024-12-22)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 2 additions & 2 deletions
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.38/src/commands/commandreference/generate.ts)_
133+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.39/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.38/src/commands/jit/install.ts)_
154+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.39/src/commands/jit/install.ts)_
155155

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

0 commit comments

Comments
 (0)