Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 27, 2023
1 parent 0988732 commit 5a50e6a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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}\"",
Expand Down
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"path": "force-app",
"default": true,
"versionNumber": "1.0.0.NEXT"
"versionNumber": "1.1.0.NEXT"
},
{
"path": "sample-handler",
Expand Down

0 comments on commit 5a50e6a

Please sign in to comment.