Skip to content

Commit ca4c921

Browse files
committed
chore(release): 1.0.28 [skip ci]
1 parent 2cffc76 commit ca4c921

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.28](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.27...1.0.28) (2024-05-05)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 9.0.5 to 9.0.7 ([e8d144d](https://github.com/salesforcecli/plugin-template-sf/commit/e8d144dbaa5445986bc53f89dbe73a30dd993300))
6+
17
## [1.0.27](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.26...1.0.27) (2024-04-21)
28

39
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ FLAG DESCRIPTIONS
144144
This person can be anyone in the world!
145145
```
146146

147-
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.27/src/commands/hello/world.ts)_
147+
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.28/src/commands/hello/world.ts)_
148148

149149
<!-- 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.27",
4+
"version": "1.0.28",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@
18001800
strip-ansi "6.0.1"
18011801
ts-retry-promise "^0.8.0"
18021802

1803-
"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1803+
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
18041804
version "7.3.3"
18051805
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
18061806
integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==

0 commit comments

Comments
 (0)