Skip to content

Commit 1c50aa9

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

File tree

4 files changed

+71
-3
lines changed

4 files changed

+71
-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: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,73 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/dschach/campaign-member-status/compare/v1.0.0...v1.1.0) (2023-02-22)
4+
5+
6+
### Features
7+
8+
* Errors to Custom Labels ([21116cc](https://github.com/dschach/campaign-member-status/commit/21116ccb7989ccd6b1c05a53fe57e8f56cbac7bd))
9+
* **perf:** Remove extra debug statements for performance ([21116cc](https://github.com/dschach/campaign-member-status/commit/21116ccb7989ccd6b1c05a53fe57e8f56cbac7bd))
10+
* **release-please:** Configure Release-Please ([#39](https://github.com/dschach/campaign-member-status/issues/39)) ([6c65f47](https://github.com/dschach/campaign-member-status/commit/6c65f47afeb5513ae9c0670c5f95dc5aae740ef9))
11+
* Unpackaged Email list view ([f143317](https://github.com/dschach/campaign-member-status/commit/f14331750a5be9a9b06910a98e4985a8cf2fd11b))
12+
13+
14+
### Bug Fixes
15+
16+
* ApexDox icon assets ([2252477](https://github.com/dschach/campaign-member-status/commit/22524774f54e06d73215c0c6a9ee92caa5d455af))
17+
* ApexDox icon assets ([e7f7de5](https://github.com/dschach/campaign-member-status/commit/e7f7de58d2aba80ab4bc0d7780892432ba463add))
18+
* ApexDox icons ([2252477](https://github.com/dschach/campaign-member-status/commit/22524774f54e06d73215c0c6a9ee92caa5d455af))
19+
* ApexDox icons ([daf0b4a](https://github.com/dschach/campaign-member-status/commit/daf0b4adef025add9a6b147c2532ed70d192ab22))
20+
* Bump eslint from 8.33.0 to 8.34.0 ([04b2166](https://github.com/dschach/campaign-member-status/commit/04b2166264ca72e1abb8b9a487df85f488fd0f6c))
21+
* Custom label category typo ([f143317](https://github.com/dschach/campaign-member-status/commit/f14331750a5be9a9b06910a98e4985a8cf2fd11b))
22+
* **docs:** Readme and ApexDox ([42e2ddc](https://github.com/dschach/campaign-member-status/commit/42e2ddc96b8e46750a7f5f8e7067aa4630a9ee45))
23+
* **release-please:** Single directory (top level) ([c2a7dc2](https://github.com/dschach/campaign-member-status/commit/c2a7dc2364e55d8b551b1eb798e29504dd05b14c))
24+
* **release-please:** Update config ([0bc480f](https://github.com/dschach/campaign-member-status/commit/0bc480f69699a7ac2af57b3f8c925b86bbf6a3ea))
25+
26+
27+
### Code Refactoring
28+
29+
* Move errors to custom labels ([0b08f93](https://github.com/dschach/campaign-member-status/commit/0b08f93a654bd84f26e49919c7f02b6b2362ca51))
30+
* Run updateHighlight less often ([9fb8352](https://github.com/dschach/campaign-member-status/commit/9fb835214ba120ee7dcc336ee3ded44497f36363))
31+
* Setup scripts, husky ([d8e6ea5](https://github.com/dschach/campaign-member-status/commit/d8e6ea56fd63bbe3edd66e821ac3dca4b07b5a88))
32+
33+
34+
### Miscellaneous Chores
35+
36+
* Add all changelog sections ([53f3346](https://github.com/dschach/campaign-member-status/commit/53f3346a39ac3295019196594bd2cbdf33b16c35))
37+
* **main:** Release cm-status 1.0.0 ([#31](https://github.com/dschach/campaign-member-status/issues/31)) ([05631ae](https://github.com/dschach/campaign-member-status/commit/05631ae2371a1aea93f57e7bea55c6f77adc4565))
38+
* **style:** Run prettier ([2ee551e](https://github.com/dschach/campaign-member-status/commit/2ee551e5a3b8fd699e9c49de678a6b719e329bdc))
39+
40+
41+
### Continuous Integration
42+
43+
* Add sections to changelog ([97d8ca7](https://github.com/dschach/campaign-member-status/commit/97d8ca7e309d7dd95e2665d3e332deb552908ff8))
44+
* Change dependabot bumps to build type ([2fb2b4c](https://github.com/dschach/campaign-member-status/commit/2fb2b4c74b1d82fdae1e0156435e5ce1d6b72340))
45+
* **ci:** Cease using Prettier Apex local ([991d99f](https://github.com/dschach/campaign-member-status/commit/991d99f7fd0b1bf31e4afbf4694e748d189c5cdf))
46+
* Create codeowners file ([edbfc92](https://github.com/dschach/campaign-member-status/commit/edbfc92a7783dc729a544e2f509689dc4ec9a33b))
47+
* GitHub PR workflow try docker ([4ae23e4](https://github.com/dschach/campaign-member-status/commit/4ae23e4131c07d334d025f201fffa2cead1df44c))
48+
* Hide chore section in release notes ([854b383](https://github.com/dschach/campaign-member-status/commit/854b3836587f2b060f26a7020c4d2b066b140606))
49+
* **pmd:** Latest PMD in GitHub actions - no updatePMD needed ([35a67f6](https://github.com/dschach/campaign-member-status/commit/35a67f6805ff863c3542763705c7465f28d0b50b))
50+
* **tests:** Apex test output to codecov ([35a67f6](https://github.com/dschach/campaign-member-status/commit/35a67f6805ff863c3542763705c7465f28d0b50b))
51+
52+
53+
### Build System
54+
55+
* **ApexDox:** Use new index.js ([4c91542](https://github.com/dschach/campaign-member-status/commit/4c91542f89f2628b709951bb5a2ff46d79e614dd))
56+
* Bootstrap releases for path: . ([07b7902](https://github.com/dschach/campaign-member-status/commit/07b7902c26afbb56af7ce29fa5b7582991cf0313))
57+
* Bump lint-staged from 13.1.1 to 13.1.2 ([#36](https://github.com/dschach/campaign-member-status/issues/36)) ([6e0532b](https://github.com/dschach/campaign-member-status/commit/6e0532bfab28ef6a92804f3fc1ace9518a9e0bca))
58+
* **dependabot:** Dependabot commit prefixes ([737774f](https://github.com/dschach/campaign-member-status/commit/737774f3ba06ec8fc673b64915d05ed0225a1339))
59+
* **dependabot:** Dependabot commit prefixes ([396056e](https://github.com/dschach/campaign-member-status/commit/396056e0b4570769b034ea0f83af0cf28fac486a))
60+
* **dependabot:** Include scope ([b5e7a5d](https://github.com/dschach/campaign-member-status/commit/b5e7a5d336c6e8c327d45f5398245602d7fca6e8))
61+
* Project name in sfdx-project ([1538f35](https://github.com/dschach/campaign-member-status/commit/1538f35009285f358cadb9aef0d94bd8b8c6f557))
62+
* Release-please specify showing sections ([ab27b4d](https://github.com/dschach/campaign-member-status/commit/ab27b4d77a459dad65af89baabacffc8bfe8e3e5))
63+
* **release-please:** Run r-p on every push ([f672ccc](https://github.com/dschach/campaign-member-status/commit/f672ccc0cfdc249cb3a708337fa3ebfe84584071))
64+
65+
66+
### Documentation
67+
68+
* **ApexDox:** Include changelog ([a970d15](https://github.com/dschach/campaign-member-status/commit/a970d15750f01f5ff77b0d090dcc7b0c4bc633c9))
69+
* **ApexDox:** TriggerHandler docs group content ([#37](https://github.com/dschach/campaign-member-status/issues/37)) ([ef8478a](https://github.com/dschach/campaign-member-status/commit/ef8478a401e962fefbdb851f3f4395658b1a1964))
70+
371
## 1.0.0 (2023-02-21)
472

573

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protected-campaignmember-statuses",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Protected Campaign Member Statuses",
66
"scripts": {
77
"test": "npm run test:unit",

sfdx-project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"path": "force-app",
88
"default": true,
99
"package": "Auto Campaign Member Status",
10-
"versionNumber": "1.0.0.NEXT"
10+
"versionNumber": "1.1.0.NEXT"
1111
},
1212
{
1313
"path": "unpackaged",

0 commit comments

Comments
 (0)