Skip to content

Commit 7037057

Browse files
committed
chore(release): 1.1.44 [skip ci]
1 parent cbc5bfe commit 7037057

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.1.44](https://github.com/salesforcecli/plugin-template-sf/compare/1.1.43...1.1.44) (2025-05-18)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 ([573bb0f](https://github.com/salesforcecli/plugin-template-sf/commit/573bb0f83c68105699ea265dcf313abf460f8020))
6+
17
## [1.1.43](https://github.com/salesforcecli/plugin-template-sf/compare/1.1.42...1.1.43) (2025-05-18)
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.1.43/src/commands/hello/world.ts)_
147+
_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.1.44/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.1.43",
4+
"version": "1.1.44",
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
@@ -1674,7 +1674,7 @@
16741674
strip-ansi "6.0.1"
16751675
ts-retry-promise "^0.8.1"
16761676

1677-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1677+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
16781678
version "8.11.0"
16791679
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
16801680
integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==

0 commit comments

Comments
 (0)