Skip to content

Commit de2d968

Browse files
committed
chore(release): 1.4.3 [skip ci]
1 parent 1a16cba commit de2d968

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.4.3](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.2...1.4.3) (2024-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @salesforce/sf-plugins-core from 9.0.14 to 9.1.1 ([#25](https://github.com/k-capehart/kc-sf-plugin/issues/25)) ([75a4b44](https://github.com/k-capehart/kc-sf-plugin/commit/75a4b44cc7b1b58c74dc3991f1c20fd68b2c12ce))
7+
* **deps:** bump @salesforce/source-tracking from 6.2.5 to 6.5.1 ([#35](https://github.com/k-capehart/kc-sf-plugin/issues/35)) ([19826f4](https://github.com/k-capehart/kc-sf-plugin/commit/19826f44b4976dcfd25de5ba8340e0ae2cbd3ead))
8+
9+
10+
111
## [1.4.2](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.1...1.4.2) (2024-06-27)
212

313

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ FLAG DESCRIPTIONS
118118
Ignore files by placing them in your .forceignore and using this flag.
119119
```
120120

121-
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.2/src/commands/kc/diff.ts)_
121+
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.3/src/commands/kc/diff.ts)_
122122

123123
## `sf kc trigger-framework`
124124

@@ -159,7 +159,7 @@ EXAMPLES
159159
$ sf kc trigger-framework --custom-template templates/ --sobject Account
160160
```
161161

162-
_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.2/src/commands/kc/trigger-framework.ts)_
162+
_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.3/src/commands/kc/trigger-framework.ts)_
163163
<!-- commandsstop -->
164164

165165
## Build

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kc-sf-plugin",
33
"description": "Various commands for enabling salesforce development, including automated apex trigger framework generation.",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org",
77
"access": "public"

0 commit comments

Comments
 (0)