-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from itmayziii/release-please--branches--main
chore(main): release 1.0.0
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-10-05) | ||
|
||
|
||
### Features | ||
|
||
* **domain parsing:** now parsing domain from sender + using domain to match appropriate sender ([dd67d9e](https://github.com/itmayziii/email/commit/dd67d9eac47b9d63079a03942217196ec10e450b)) | ||
* **email templates:** option to provide email body or specify a template at a file path ([3422816](https://github.com/itmayziii/email/commit/34228162ea51a9cdb330918a23f4791ae5f7545f)) | ||
* **google cloud build + docs:** inital docs added with Astro and starlight ([86d6705](https://github.com/itmayziii/email/commit/86d67051f5e8e82e637e6eea7c3279b6cf16bc68)) | ||
* **initial commit :rocket::** cloud function that sends email based on CloudEvent ([8b52157](https://github.com/itmayziii/email/commit/8b52157d75f90a547a26ccbbc5460ed9a438cf87)) | ||
* **interfaces:** using interfaces to make the main parts of this function swappable ([cc2d0ab](https://github.com/itmayziii/email/commit/cc2d0ab2127bfa6181333d6e25500124b758df03)) | ||
* **pub/sub:** auto extracting pub sub data when type matches pub sub ([a25719a](https://github.com/itmayziii/email/commit/a25719afe0fc1e200cfb33b6b524db03babf5bf8)) |