From 8ad2e31f5b6f2540586789c2560e7dde3d6e25ef Mon Sep 17 00:00:00 2001 From: k-capehart Date: Thu, 7 Nov 2024 17:05:11 +0000 Subject: [PATCH] chore(release): 1.4.12 [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 8b705d9..0637fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.12](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.11...1.4.12) (2024-11-07) + + +### Bug Fixes + +* **deps:** bump the dependencies group with 11 updates ([#60](https://github.com/k-capehart/kc-sf-plugin/issues/60)) ([ce7d140](https://github.com/k-capehart/kc-sf-plugin/commit/ce7d140f2b9731e3af21919902096990482cce4b)) + + + ## [1.4.11](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.10...1.4.11) (2024-10-04) diff --git a/README.md b/README.md index f71b51f..6c5edb3 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.11/src/commands/kc/diff.ts)_ +_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.12/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.11/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.12/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.11/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.12/src/commands/kc/update-api.ts)_ ## Build diff --git a/package.json b/package.json index 3453e3b..28c7019 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.11", + "version": "1.4.12", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"