From 6a80fd3fc6899fb0ef330a2f8be50b59f104dbbb Mon Sep 17 00:00:00 2001 From: k-capehart Date: Mon, 25 Nov 2024 16:03:36 +0000 Subject: [PATCH] chore(release): 1.4.13 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0637fa6..99e05ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.13](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.12...1.4.13) (2024-11-25) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([#63](https://github.com/k-capehart/kc-sf-plugin/issues/63)) ([e95db42](https://github.com/k-capehart/kc-sf-plugin/commit/e95db42862c001fb41098fb706aab9864de89e83)) + + + ## [1.4.12](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.11...1.4.12) (2024-11-07) diff --git a/README.md b/README.md index 6c5edb3..b671a75 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,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.12/src/commands/kc/diff.ts)_ +_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.13/src/commands/kc/diff.ts)_ ## `sf kc trigger-framework` @@ -186,7 +186,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.12/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.13/src/commands/kc/trigger-framework.ts)_ ## `sf kc update-api` @@ -222,7 +222,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [src/commands/kc/update-api.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.12/src/commands/kc/update-api.ts)_ +_See code: [src/commands/kc/update-api.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.13/src/commands/kc/update-api.ts)_ ## Build diff --git a/package.json b/package.json index 440bb3d..31b9ec3 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.12", + "version": "1.4.13", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"