Skip to content

Commit cf96588

Browse files
committed
chore(release): 1.0.24 [skip ci]
1 parent 9c3e6a2 commit cf96588

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.24](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.23...1.0.24) (2024-04-12)
2+
3+
### Bug Fixes
4+
5+
- core7, jsforce-node ([#645](https://github.com/salesforcecli/plugin-template-sf/issues/645)) ([9c3e6a2](https://github.com/salesforcecli/plugin-template-sf/commit/9c3e6a26b5e4d8ed632fcbf0939c2b62ca2921f4))
6+
17
## [1.0.23](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.22...1.0.23) (2024-04-07)
28

39
### Bug Fixes

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,14 @@ Say hello.
115115

116116
```
117117
USAGE
118-
$ sf hello world [--json] [-n <value>]
118+
$ sf hello world [--json] [--flags-dir <value>] [-n <value>]
119119
120120
FLAGS
121121
-n, --name=<value> [default: World] The name of the person you'd like to say hello to.
122122
123123
GLOBAL FLAGS
124-
--json Format output as json.
124+
--flags-dir=<value> Import flag values from a directory.
125+
--json Format output as json.
125126
126127
DESCRIPTION
127128
Say hello.
@@ -143,6 +144,6 @@ FLAG DESCRIPTIONS
143144
This person can be anyone in the world!
144145
```
145146

146-
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.23/src/commands/hello/world.ts)_
147+
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.24/src/commands/hello/world.ts)_
147148

148149
<!-- 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-template-sf",
33
"description": "A template repository for sf plugins",
4-
"version": "1.0.23",
4+
"version": "1.0.24",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)