Skip to content

Commit 5a50e6a

Browse files
chore(main): release 1.1.0 (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0988732 commit 5a50e6a

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/dschach/salesforce-trigger-framework/compare/v1.0.0...v1.1.0) (2023-02-27)
4+
5+
6+
### Features
7+
8+
* Add universal andFinally method ([#55](https://github.com/dschach/salesforce-trigger-framework/issues/55)) ([0988732](https://github.com/dschach/salesforce-trigger-framework/commit/098873264371d811ebd6183ee9991e63b1064e9c))
9+
* AndFinally handler method ([#53](https://github.com/dschach/salesforce-trigger-framework/issues/53)) ([a888ced](https://github.com/dschach/salesforce-trigger-framework/commit/a888ced9a19a5a8bc9f503cad0a1dd7947b5fc28))
10+
* Include andfinally method ([e6caed1](https://github.com/dschach/salesforce-trigger-framework/commit/e6caed1e282f5ab0488a92c049258f7eaa342c27))
11+
12+
13+
### Reverts
14+
15+
* "feat: andFinally handler method" ([#54](https://github.com/dschach/salesforce-trigger-framework/issues/54)) ([a286275](https://github.com/dschach/salesforce-trigger-framework/commit/a2862753d6a239d62012553c8620a19fc135add4))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* Issue templates ([#50](https://github.com/dschach/salesforce-trigger-framework/issues/50)) ([90d3cdb](https://github.com/dschach/salesforce-trigger-framework/commit/90d3cdbeec35c513991eca61de198697615ded85))
21+
22+
23+
### Continuous Integration
24+
25+
* **sfdx:** Upgrade sfdx to sf commands ([d026a91](https://github.com/dschach/salesforce-trigger-framework/commit/d026a9189accc95ef03f32c3defd6ebd2e27582f))
26+
27+
28+
### Documentation
29+
30+
* **ApexDox:** AndFinally documentation ([b4ce9d8](https://github.com/dschach/salesforce-trigger-framework/commit/b4ce9d89af91a7724e9e971af1a1a40b85b6b85a))
31+
332
## [1.0.0](https://github.com/dschach/salesforce-trigger-framework/compare/v1.0.0...v1.0.0) (2023-02-25)
433

534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "salesforce-trigger-framework",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Salesforce Trigger Framework",
66
"scripts": {
77
"prettier:apex:local": "prettier --apex-standalone-parser built-in --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",

sfdx-project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"path": "force-app",
55
"default": true,
6-
"versionNumber": "1.0.0.NEXT"
6+
"versionNumber": "1.1.0.NEXT"
77
},
88
{
99
"path": "sample-handler",

0 commit comments

Comments
 (0)