Skip to content

Commit 90dfc59

Browse files
chore(main): release 1.2.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcb33bc commit 90dfc59

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/dschach/salesforce-trigger-framework/compare/v1.1.1...v1.2.0) (2023-10-04)
4+
5+
6+
### Features
7+
8+
* Allow chaining for limits, debug, max loop ([#106](https://github.com/dschach/salesforce-trigger-framework/issues/106)) ([094412a](https://github.com/dschach/salesforce-trigger-framework/commit/094412afd63fec18d56d882b196a7412b326d1a5))
9+
10+
11+
### Performance Improvements
12+
13+
* Disable CI scratch org source tracking ([fcb33bc](https://github.com/dschach/salesforce-trigger-framework/commit/fcb33bce6c53a2786197290db5ae0a74147ee956))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* API to 58.0 ([#110](https://github.com/dschach/salesforce-trigger-framework/issues/110)) ([fcb33bc](https://github.com/dschach/salesforce-trigger-framework/commit/fcb33bce6c53a2786197290db5ae0a74147ee956))
19+
20+
21+
### Documentation
22+
23+
* Update ApexDocs, method documentation ([#109](https://github.com/dschach/salesforce-trigger-framework/issues/109)) ([6a29eb9](https://github.com/dschach/salesforce-trigger-framework/commit/6a29eb9d5f8efe16a94137c67bbf29db8d0e6fc8))
24+
25+
26+
### Continuous Integration
27+
28+
* **release-please:** Add release type ([#108](https://github.com/dschach/salesforce-trigger-framework/issues/108)) ([55549bd](https://github.com/dschach/salesforce-trigger-framework/commit/55549bd8e18f0e0dcc3f84b318a7a846ffc5ad95))
29+
330
## [1.1.1](https://github.com/dschach/salesforce-trigger-framework/compare/v1.1.0...v1.1.1) (2023-09-21)
431

532

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.1.1",
4+
"version": "1.2.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.1.1.NEXT"
6+
"versionNumber": "1.2.0.NEXT"
77
},
88
{
99
"path": "sample-handler",

0 commit comments

Comments
 (0)