From 0aceac61babf598c32bdf22bf6b88f40346d1a8f Mon Sep 17 00:00:00 2001 From: k-capehart Date: Thu, 3 Oct 2024 16:09:48 +0000 Subject: [PATCH] chore(release): 1.4.10 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 16 +++++++--------- package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2a70c..9b647ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.10](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.9...1.4.10) (2024-10-03) + + +### Bug Fixes + +* **deps:** bump the dependencies group with 11 updates ([#56](https://github.com/k-capehart/kc-sf-plugin/issues/56)) ([478d90a](https://github.com/k-capehart/kc-sf-plugin/commit/478d90ac35ebfe37fc0067805def0c9f00ce5688)) + + + ## [1.4.9](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.8...1.4.9) (2024-09-12) diff --git a/README.md b/README.md index 86498b0..5e261be 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,8 @@ For more template examples: https://github.com/k-capehart/kc-sf-plugin/tree/main ## 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` @@ -138,7 +137,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.9/src/commands/kc/diff.ts)_ +_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.10/src/commands/kc/diff.ts)_ ## `sf kc trigger-framework` @@ -146,7 +145,7 @@ Generate apex trigger frameworks based on templates. ``` USAGE - $ sf kc trigger-framework [--json] [--flags-dir ] [-d ] [-i] [-s ...] [-t 1] [--custom-template + $ sf kc trigger-framework [--json] [--flags-dir ] [-d ] [-i] [-s ...] [-t 1|2] [--custom-template ] FLAGS @@ -154,7 +153,7 @@ FLAGS -i, --init Initialize the trigger framework for the given template. -s, --sobject=... The name of the SObject that the trigger and classes will be created for. -t, --template=