Skip to content

Commit 294d283

Browse files
committed
chore(release): 3.0.60 [skip ci]
1 parent 4c675f2 commit 294d283

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.0.60](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.59...3.0.60) (2024-01-07)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 6.4.3 to 6.4.4 ([a43dcea](https://github.com/salesforcecli/plugin-command-reference/commit/a43dcea84bb28575c9259332812263bcf96a373d))
6+
17
## [3.0.59](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.58...3.0.59) (2023-12-31)
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) 2023, Salesforce.com, Inc.
1+
Copyright (c) 2024, 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
@@ -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.59/src/commands/commandreference/generate.ts)_
132+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.60/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.59/src/commands/jit/install.ts)_
152+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.60/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.59",
4+
"version": "3.0.60",
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)