Skip to content

Commit

Permalink
chore(release): 1.4.13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Nov 25, 2024
1 parent e95db42 commit 6a80fd3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.13](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.12...1.4.13) (2024-11-25)


### Bug Fixes

* **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))



## [1.4.12](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.11...1.4.12) (2024-11-07)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
Ignore files by placing them in your .forceignore and using this flag.
```

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

## `sf kc trigger-framework`

Expand Down Expand Up @@ -186,7 +186,7 @@ EXAMPLES
$ sf kc trigger-framework --custom-template templates/ --sobject Account
```

_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)_
_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)_

## `sf kc update-api`

Expand Down Expand Up @@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_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)_
_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)_
<!-- commandsstop -->

## Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kc-sf-plugin",
"description": "Various commands for enabling salesforce development, including automated apex trigger framework generation.",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down

0 comments on commit 6a80fd3

Please sign in to comment.