Skip to content

Commit

Permalink
Merge pull request #5 from itmayziii/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.0
  • Loading branch information
itmayziii authored Oct 5, 2023
2 parents 2b9592b + 079608a commit 55b3520
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
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))

0 comments on commit 55b3520

Please sign in to comment.