Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 2, 2023
1 parent 3e9277d commit 6cfb4a6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

## 1.0.0 (2023-05-02)


### Features

* add automated deployment to google app engine ([3e9277d](https://github.com/ematala/putzbot/commit/3e9277d7f5deb3207f6eebd61023fcc3b1904d01))
* add command guards ([ee7372c](https://github.com/ematala/putzbot/commit/ee7372cf84fa7d4f5edebdf960feef09d1cd75d4))
* add emojis ([a1d2c22](https://github.com/ematala/putzbot/commit/a1d2c22f633d33d25b0f9bc7ea909984bee89c47))
* add middleware ([23b22a6](https://github.com/ematala/putzbot/commit/23b22a66a91a57ecac9ffcdce06570c6fcdc698c))
* add reminders ([3bf920d](https://github.com/ematala/putzbot/commit/3bf920d6fa209d5db7880fbafb54a8dcd296e9ed))
* add roomie-duty mapping ([ff23159](https://github.com/ematala/putzbot/commit/ff231592093d220a8b8654a41de4c9541bfa0182))
* add rotate duties ([b0d60ca](https://github.com/ematala/putzbot/commit/b0d60ca19d34c730d337e5823ecef3e6586c34ea))
* add support for google cloud build app enginge ([565dd0e](https://github.com/ematala/putzbot/commit/565dd0e4aec5d44a30267513649d751572ff2f94))
* add support for vercel serverless functions ([0be04e2](https://github.com/ematala/putzbot/commit/0be04e2ddafc344c9e45731e8132433ec7cc412a))
* add trash command ([31f967c](https://github.com/ematala/putzbot/commit/31f967c58f4c58ffacc88e141a44a10e3c8a7ef0))
* add trash reminder ([91d63e5](https://github.com/ematala/putzbot/commit/91d63e5f1d6b5545bd5d565e6a92d1e5ba8e9709))
* add trash utils ([10e49ea](https://github.com/ematala/putzbot/commit/10e49eae380249353e690909fc629815b486cf7a))
* add webhook support for express server ([cd6a9c2](https://github.com/ematala/putzbot/commit/cd6a9c242435114158f8af0eb4302b5fdb8c0642))
* **db:** migrate to planetscale db ([be4672c](https://github.com/ematala/putzbot/commit/be4672cf3c978cd6f4991ccbe827d8c38861179f))
* **deps:** add debug ([7c52c77](https://github.com/ematala/putzbot/commit/7c52c77d9f6ae733a0b7c14f450e0d8a9e287dcd))
* **docs:** update docs & include license ([0803973](https://github.com/ematala/putzbot/commit/08039733e54779cfb179c8d517dac29e3d2547be))
* get all duties ([266dbc8](https://github.com/ematala/putzbot/commit/266dbc8d44dd9a36180a1c58365c817c3c85ab1d))
* get own duty ([8947d26](https://github.com/ematala/putzbot/commit/8947d269392acc0f8fdf56c713eaf97713a9f904))
* mark duty as done ([df0566a](https://github.com/ematala/putzbot/commit/df0566afd011432a7449a9ee7e8e433731306110))
* migrate to prisma ([e861ca2](https://github.com/ematala/putzbot/commit/e861ca281c8f28488d4d76437f4f429cd93411b6))
* send scheduled duty reminders ([637beed](https://github.com/ematala/putzbot/commit/637beed48bbb609e59c2fcd618f40dca3718e428))
* update google cloud schema ([fb660a8](https://github.com/ematala/putzbot/commit/fb660a8eec8516dde6cae62ef912562b5d944f1e))


### Bug Fixes

* fix display old duty message after rotate ([8a9d8e9](https://github.com/ematala/putzbot/commit/8a9d8e905611e7b749f7e3410d6552e98200917b))
* fix prisma generate script ([20eb783](https://github.com/ematala/putzbot/commit/20eb783f3348bc48fed85514db84624863ce72fa))
* update google cloud ignore ([09ae8d5](https://github.com/ematala/putzbot/commit/09ae8d5d3d5ded218ccb92d2bc0b7c81b45455ca))
* update package scripts ([356fabd](https://github.com/ematala/putzbot/commit/356fabd6b93ec3b2d5ccfe5b59eeaae296ffda20))
* update protected commands ([c58fd76](https://github.com/ematala/putzbot/commit/c58fd7652d62049a192fb8cdf0f1c0a31d9033ba))
* update rotation message ([e8cc175](https://github.com/ematala/putzbot/commit/e8cc175e66fde0c80e9069959638f6f689002a6e))
* use hard coded values in seeds ([816b76f](https://github.com/ematala/putzbot/commit/816b76ff658d59b13be33229fb6f5b7b30ca45d6))

0 comments on commit 6cfb4a6

Please sign in to comment.