Skip to content

Commit 5b7c7ce

Browse files
committed
chore(release): 0.2.6 [skip ci]
1 parent fcf865b commit 5b7c7ce

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.6](https://github.com/salesforcecli/plugin-template-sf/compare/0.2.5...0.2.6) (2023-10-01)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 5.2.10 to 5.3.1 ([8fab182](https://github.com/salesforcecli/plugin-template-sf/commit/8fab182fed9bdcce78bf3e1e3677a43e9f8d7a44))
6+
17
## [0.2.5](https://github.com/salesforcecli/plugin-template-sf/compare/0.2.4...0.2.5) (2023-10-01)
28

39
### Bug Fixes

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ sf plugins
117117

118118
## `sf hello world`
119119

120-
Say hello either to the world or someone you know.
120+
Say hello.
121121

122122
```
123123
USAGE
@@ -130,7 +130,7 @@ GLOBAL FLAGS
130130
--json Format output as json.
131131
132132
DESCRIPTION
133-
Say hello either to the world or someone you know.
133+
Say hello.
134134
135135
Say hello either to the world or someone you know.
136136
@@ -142,6 +142,13 @@ EXAMPLES
142142
Say hello to someone you know:
143143
144144
$ sf hello world --name Astro
145+
146+
FLAG DESCRIPTIONS
147+
-n, --name=<value> The name of the person you'd like to say hello to.
148+
149+
This person can be anyone in the world!
145150
```
146151

152+
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-template-sf/blob/0.2.6/src/commands/hello/world.ts)_
153+
147154
<!-- 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": "0.2.5",
4+
"version": "0.2.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)