diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3735e..058b903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 3929312..0162ddf 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,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` @@ -119,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.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` @@ -127,7 +126,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] [--custom-template ] FLAGS @@ -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)_ ## Build diff --git a/package.json b/package.json index ef732d1..54bf657 100644 --- a/package.json +++ b/package.json @@ -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"