Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilve1989 committed Jan 28, 2024
1 parent b53d5cf commit c9f72c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 1.0.0 (2024-01-28)


### Features

* **settings:** implements `/settings` command ([7df51a6](https://github.com/ssilve1989/ulti-project/commit/7df51a6b17878fb7edcd024af833c59fa7464a47))
* **signups:** add firebase integration ([4ccd8a9](https://github.com/ssilve1989/ulti-project/commit/4ccd8a9707373dd140924f7d28a5d1fe44c57b2d))
* **signups:** implement signup review process ([a1d9a7d](https://github.com/ssilve1989/ulti-project/commit/a1d9a7d7fa4b783d18d917cf8c9fbcb2426a8855))
* **signups:** integrate google sheets signup tracking ([ff2314e](https://github.com/ssilve1989/ulti-project/commit/ff2314e278dfd7d5421e91edd35c0a4c1b1b3dea))
* **status-command:** adds `/status` as a slash command ([b896157](https://github.com/ssilve1989/ulti-project/commit/b8961570b89ac3ffb0a092c0f8bb3fca32bf4576))


### Bug Fixes

* fix totem emoji identifiers ([d6e23ee](https://github.com/ssilve1989/ulti-project/commit/d6e23ee01db0cd16fd8851f62d01a04d3f6c7af5))
* fix unhandled exception logging ([5404d03](https://github.com/ssilve1989/ulti-project/commit/5404d03b47059ebefec7b279cc90e2230b1a2f89))
* handle invalid signup reaction request ([060985c](https://github.com/ssilve1989/ulti-project/commit/060985c14b6b5f3e6df6a7ff03902a271fe6ba65))
* **signups:** fix isMe check in shouldHandleReaction ([ce5d9de](https://github.com/ssilve1989/ulti-project/commit/ce5d9de75b74fdb5edf33af1f0e005b8315e63ad))
* **signups:** reset status when updating a signup ([15dd03f](https://github.com/ssilve1989/ulti-project/commit/15dd03ff7167bdc3afa6be0157cc5c3e597f684b))
* **status:** fixes incorrect usage of reply ([052514b](https://github.com/ssilve1989/ulti-project/commit/052514bb713f4d56aae86b3d646fbbb71c817682))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ulti-project",
"packageManager": "[email protected]",
"version": "0.0.1",
"version": "1.0.0",
"description": "Ulti-Project Discord Bot",
"author": "",
"type": "module",
Expand Down

0 comments on commit c9f72c6

Please sign in to comment.