Skip to content

Commit

Permalink
chore(release): 1.4.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Sep 12, 2024
1 parent 1b5f73e commit 941bf98
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.9](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.8...1.4.9) (2024-09-12)


### Bug Fixes

* **deps:** bump the dependencies group with 10 updates ([#52](https://github.com/k-capehart/kc-sf-plugin/issues/52)) ([1b5f73e](https://github.com/k-capehart/kc-sf-plugin/commit/1b5f73e02c1c6b7cf5cd537ca871eafe191d5ab0))



## [1.4.8](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.7...1.4.8) (2024-09-12)


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.8/src/commands/kc/diff.ts)_
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.9/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.8/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.9/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.8",
"version": "1.4.9",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
Expand Down

0 comments on commit 941bf98

Please sign in to comment.