Skip to content

Commit

Permalink
chore(release): 1.4.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Jun 28, 2024
1 parent 6654792 commit 4edd384
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.4](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.3...1.4.4) (2024-06-28)


### Bug Fixes

* add new prod group ([#43](https://github.com/k-capehart/kc-sf-plugin/issues/43)) ([6654792](https://github.com/k-capehart/kc-sf-plugin/commit/6654792e39c553a05bb783a89d2a3f2fd1d9879b))



## [1.4.3](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.2...1.4.3) (2024-06-27)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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.3/src/commands/kc/diff.ts)_
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.4/src/commands/kc/diff.ts)_

## `sf kc trigger-framework`

Expand Down Expand Up @@ -159,7 +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.3/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.4/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.3",
"version": "1.4.4",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down

0 comments on commit 4edd384

Please sign in to comment.