Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Jun 27, 2024
1 parent a53a388 commit e42e045
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.4.2](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.1...1.4.2) (2024-06-27)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve from 11.6.3 to 11.6.7 ([#37](https://github.com/k-capehart/kc-sf-plugin/issues/37)) ([a53a388](https://github.com/k-capehart/kc-sf-plugin/commit/a53a38882d0195e16f1d9de9b2688cd847018768))



## [1.4.1](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.0...1.4.1) (2024-06-04)



# [1.4.0](https://github.com/k-capehart/kc-sf-plugin/compare/1.3.2...1.4.0) (2024-05-30)


Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ For more template examples: https://github.com/k-capehart/kc-sf-plugin/tree/main
## Commands

<!-- commands -->

- [`sf kc diff`](#sf-kc-diff)
- [`sf kc trigger-framework`](#sf-kc-trigger-framework)
* [`sf kc diff`](#sf-kc-diff)
* [`sf kc trigger-framework`](#sf-kc-trigger-framework)

## `sf kc diff`

Expand Down Expand Up @@ -119,15 +118,15 @@ 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.0/src/commands/kc/diff.ts)_
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.2/src/commands/kc/diff.ts)_

## `sf kc trigger-framework`

Generate apex trigger frameworks based on templates.

```
USAGE
$ sf kc trigger-framework [--json] [--flags-dir <value>] [-d <value>] [-i] [-s <value>] [-t 1] [--custom-template
$ sf kc trigger-framework [--json] [--flags-dir <value>] [-d <value>] [-i] [-s <value>...] [-t 1] [--custom-template
<value>]
FLAGS
Expand Down Expand Up @@ -160,8 +159,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.0/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.2/src/commands/kc/trigger-framework.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.1",
"version": "1.4.2",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down

0 comments on commit e42e045

Please sign in to comment.