Skip to content

Commit de49761

Browse files
authored
chore(main): release 1.0.0 (#30)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.1.0...v1.0.0) (2023-02-10) ### Features * best practices ([#29](#29)) ([ca47e02](ca47e02)) * **build:** Dependabot, project file updates ([ca47e02](ca47e02)) * **build:** scripts cleanup ([ca47e02](ca47e02)) * **docs:** Highlight 11.7 ([ca47e02](ca47e02)) ### Miscellaneous Chores * release 1.0.0 ([39333d5](39333d5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2 parents 39333d5 + 7c5729b commit de49761

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-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-
".": "0.1.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/dschach/campaign-member-status/compare/v0.1.0...v1.0.0) (2023-02-10)
4+
5+
6+
### Features
7+
8+
* best practices ([#29](https://github.com/dschach/campaign-member-status/issues/29)) ([ca47e02](https://github.com/dschach/campaign-member-status/commit/ca47e02470c766c58c0564ebdc5820107d34f1f1))
9+
* **build:** Dependabot, project file updates ([ca47e02](https://github.com/dschach/campaign-member-status/commit/ca47e02470c766c58c0564ebdc5820107d34f1f1))
10+
* **build:** scripts cleanup ([ca47e02](https://github.com/dschach/campaign-member-status/commit/ca47e02470c766c58c0564ebdc5820107d34f1f1))
11+
* **docs:** Highlight 11.7 ([ca47e02](https://github.com/dschach/campaign-member-status/commit/ca47e02470c766c58c0564ebdc5820107d34f1f1))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* release 1.0.0 ([39333d5](https://github.com/dschach/campaign-member-status/commit/39333d5172aa44f6bbc0b27773f58acd4d50efd8))
17+
318
## 0.1.0 (2023-02-10)
419

520

sfdx-project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
"path": "force-app",
88
"default": true,
99
"package": "Auto Campaign Member Status",
10-
"versionNumber": "0.1.0.NEXT"
10+
"versionNumber": "1.0.0.NEXT"
1111
},
1212
{
1313
"path": "unpackaged",
1414
"default": false
1515
}
16-
1716
],
1817
"pushPackageDirectoriesSequentially": true,
1918
"name": "cm-status",

0 commit comments

Comments
 (0)