Skip to content

Commit b82f1f1

Browse files
committed
chore(release): 1.4.7 [skip ci]
1 parent bafc3f8 commit b82f1f1

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.7](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.6...1.4.7) (2024-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump the dependencies group with 2 updates ([#51](https://github.com/k-capehart/kc-sf-plugin/issues/51)) ([bafc3f8](https://github.com/k-capehart/kc-sf-plugin/commit/bafc3f8fe9d23103bbe25d73c39a68be95c9e263))
7+
8+
9+
110
## [1.4.6](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.5...1.4.6) (2024-07-30)
211

312

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ FLAG DESCRIPTIONS
118118
Ignore files by placing them in your .forceignore and using this flag.
119119
```
120120

121-
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.6/src/commands/kc/diff.ts)_
121+
_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.7/src/commands/kc/diff.ts)_
122122

123123
## `sf kc trigger-framework`
124124

@@ -145,7 +145,7 @@ GLOBAL FLAGS
145145
DESCRIPTION
146146
Generate apex trigger frameworks based on templates.
147147
148-
Given an SObject, creates a Trigger and accompaning handler classes and components.
148+
Given an SObject, creates a Trigger and accompanying handler classes and components.
149149
150150
Use the `--init` flag to initialize the framework, then the `--sobject` flag to create triggers based on the
151151
framework.
@@ -159,7 +159,7 @@ EXAMPLES
159159
$ sf kc trigger-framework --custom-template templates/ --sobject Account
160160
```
161161

162-
_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.6/src/commands/kc/trigger-framework.ts)_
162+
_See code: [src/commands/kc/trigger-framework.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.7/src/commands/kc/trigger-framework.ts)_
163163
<!-- commandsstop -->
164164

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

0 commit comments

Comments
 (0)