File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.1.0] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.32...1.1.0 ) (2024-06-06)
2
+
3
+ ### Features
4
+
5
+ - use oclif/core 4 ([ b90d6bd] ( https://github.com/salesforcecli/plugin-template-sf/commit/b90d6bd2186c736b422d93f38a1eeefc87905f09 ) )
6
+
1
7
## [ 1.0.32] ( https://github.com/salesforcecli/plugin-template-sf/compare/1.0.31...1.0.32 ) (2024-05-26)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -144,6 +144,6 @@ FLAG DESCRIPTIONS
144
144
This person can be anyone in the world!
145
145
```
146
146
147
- _ See code: [ src/commands/hello/world.ts] ( https://github.com/salesforcecli/plugin-template-sf/blob/1.0.32 /src/commands/hello/world.ts ) _
147
+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/salesforcecli/plugin-template-sf/blob/1.1.0 /src/commands/hello/world.ts ) _
148
148
149
149
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-template-sf" ,
3
3
"description" : " A template repository for sf plugins" ,
4
- "version" : " 1.0.32 " ,
4
+ "version" : " 1.1.0 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments