diff --git a/CHANGELOG.md b/CHANGELOG.md index e4523ae..5c1502f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.6](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.5...1.4.6) (2024-07-30) + + +### Bug Fixes + +* **deps:** bump @salesforce/core in the dependencies group ([#48](https://github.com/k-capehart/kc-sf-plugin/issues/48)) ([a057c3e](https://github.com/k-capehart/kc-sf-plugin/commit/a057c3ea51a19a593f5d4c08d561ac6d1899cc68)) + + + ## [1.4.5](https://github.com/k-capehart/kc-sf-plugin/compare/1.4.4...1.4.5) (2024-07-03) diff --git a/README.md b/README.md index 68961de..ea7ae27 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.5/src/commands/kc/diff.ts)_ +_See code: [src/commands/kc/diff.ts](https://github.com/k-capehart/kc-sf-plugin/blob/1.4.6/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.5/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.6/src/commands/kc/trigger-framework.ts)_ ## Build diff --git a/package.json b/package.json index 32dfd45..3a80679 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.5", + "version": "1.4.6", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public"