diff --git a/CHANGELOG.md b/CHANGELOG.md index d93f255..9d2a70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.9](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.8...1.4.9) (2024-09-12) + + +### Bug Fixes + +* **deps:** bump the dependencies group with 10 updates ([#52](https://github.com/k-capehart/kc-sf-plugin/issues/52)) ([1b5f73e](https://github.com/k-capehart/kc-sf-plugin/commit/1b5f73e02c1c6b7cf5cd537ca871eafe191d5ab0)) + + + ## [1.4.8](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.7...1.4.8) (2024-09-12) diff --git a/README.md b/README.md index ffa8c8a..47e1fbb 100644 --- a/README.md +++ b/README.md @@ -118,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.8/src/commands/kc/diff.ts)_ +_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.9/src/commands/kc/diff.ts)_ ## `sf kc trigger-framework` @@ -159,7 +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.8/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.9/src/commands/kc/trigger-framework.ts)_ ## Build diff --git a/package.json b/package.json index fbccc74..db916d7 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.8", + "version": "1.4.9", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"