From 3c6609dbaff9cd81bed00f6339d1bc38e53ad7ac Mon Sep 17 00:00:00 2001 From: k-capehart Date: Mon, 2 Dec 2024 17:34:42 +0000 Subject: [PATCH] chore(release): 1.4.14 [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 99e05ca..d30a53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.14](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.13...1.4.14) (2024-12-02) + + +### Bug Fixes + +* **deps:** bump the dependencies group with 11 updates ([#64](https://github.com/k-capehart/kc-sf-plugin/issues/64)) ([15c8854](https://github.com/k-capehart/kc-sf-plugin/commit/15c88548d9ef49d17844bc5d60632b583a8291f8)) + + + ## [1.4.13](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.12...1.4.13) (2024-11-25) diff --git a/README.md b/README.md index b671a75..546dcd1 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.13/src/commands/kc/diff.ts)_ +_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.14/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.13/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.14/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.13/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.14/src/commands/kc/update-api.ts)_ ## Build diff --git a/package.json b/package.json index 75242fa..d482504 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.13", + "version": "1.4.14", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"