From 5a50e6abc4f97a883945645ac55875b45a7c6b66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:12:42 -0800 Subject: [PATCH] chore(main): release 1.1.0 (#52) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- sfdx-project.json | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af522f0..cddbaef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd41bc..d929e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.1.0](https://github.com/dschach/salesforce-trigger-framework/compare/v1.0.0...v1.1.0) (2023-02-27) + + +### Features + +* Add universal andFinally method ([#55](https://github.com/dschach/salesforce-trigger-framework/issues/55)) ([0988732](https://github.com/dschach/salesforce-trigger-framework/commit/098873264371d811ebd6183ee9991e63b1064e9c)) +* AndFinally handler method ([#53](https://github.com/dschach/salesforce-trigger-framework/issues/53)) ([a888ced](https://github.com/dschach/salesforce-trigger-framework/commit/a888ced9a19a5a8bc9f503cad0a1dd7947b5fc28)) +* Include andfinally method ([e6caed1](https://github.com/dschach/salesforce-trigger-framework/commit/e6caed1e282f5ab0488a92c049258f7eaa342c27)) + + +### Reverts + +* "feat: andFinally handler method" ([#54](https://github.com/dschach/salesforce-trigger-framework/issues/54)) ([a286275](https://github.com/dschach/salesforce-trigger-framework/commit/a2862753d6a239d62012553c8620a19fc135add4)) + + +### Miscellaneous Chores + +* Issue templates ([#50](https://github.com/dschach/salesforce-trigger-framework/issues/50)) ([90d3cdb](https://github.com/dschach/salesforce-trigger-framework/commit/90d3cdbeec35c513991eca61de198697615ded85)) + + +### Continuous Integration + +* **sfdx:** Upgrade sfdx to sf commands ([d026a91](https://github.com/dschach/salesforce-trigger-framework/commit/d026a9189accc95ef03f32c3defd6ebd2e27582f)) + + +### Documentation + +* **ApexDox:** AndFinally documentation ([b4ce9d8](https://github.com/dschach/salesforce-trigger-framework/commit/b4ce9d89af91a7724e9e971af1a1a40b85b6b85a)) + ## [1.0.0](https://github.com/dschach/salesforce-trigger-framework/compare/v1.0.0...v1.0.0) (2023-02-25) diff --git a/package.json b/package.json index a72ca85..b671007 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "salesforce-trigger-framework", "private": true, - "version": "1.0.0", + "version": "1.1.0", "description": "Salesforce Trigger Framework", "scripts": { "prettier:apex:local": "prettier --apex-standalone-parser built-in --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"", diff --git a/sfdx-project.json b/sfdx-project.json index feab7ab..2ff4a88 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -3,7 +3,7 @@ { "path": "force-app", "default": true, - "versionNumber": "1.0.0.NEXT" + "versionNumber": "1.1.0.NEXT" }, { "path": "sample-handler",