Skip to content

Commit 6a80fd3

Browse files
committed
chore(release): 1.4.13 [skip ci]
1 parent e95db42 commit 6a80fd3

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.13](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.12...1.4.13) (2024-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([#63](https://github.com/k-capehart/kc-sf-plugin/issues/63)) ([e95db42](https://github.com/k-capehart/kc-sf-plugin/commit/e95db42862c001fb41098fb706aab9864de89e83))
7+
8+
9+
110
## [1.4.12](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.11...1.4.12) (2024-11-07)
211

312

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
145145
Ignore files by placing them in your .forceignore and using this flag.
146146
```
147147

148-
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.12/src/commands/kc/diff.ts)_
148+
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.13/src/commands/kc/diff.ts)_
149149

150150
## `sf kc trigger-framework`
151151

@@ -186,7 +186,7 @@ EXAMPLES
186186
$ sf kc trigger-framework --custom-template templates/ --sobject Account
187187
```
188188

189-
_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.12/src/commands/kc/trigger-framework.ts)_
189+
_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.13/src/commands/kc/trigger-framework.ts)_
190190

191191
## `sf kc update-api`
192192

@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222222
Override the api version used for api requests made by this command
223223
```
224224

225-
_See code: [src/commands/kc/update-api.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.12/src/commands/kc/update-api.ts)_
225+
_See code: [src/commands/kc/update-api.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.13/src/commands/kc/update-api.ts)_
226226
<!-- commandsstop -->
227227

228228
## 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.12",
4+
"version": "1.4.13",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org",
77
"access": "public"

0 commit comments

Comments
 (0)