Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opti21 committed May 13, 2022
1 parent 7f6f264 commit b9bbe22
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.2.1 (2022-05-13)


### ⚠ BREAKING CHANGES

* switching database to planetscale

### Features

* Add ability to open and close queue ([a32b51e](https://github.com/opti21/pepega-chat/commit/a32b51e2822dc71955449cf0912819424ed7ec4f))
* added vod links and mod prio to schema ([65aac80](https://github.com/opti21/pepega-chat/commit/65aac8034a0e3cc22b94a119e29015fec72956da))
* song raffle ([f9e18bd](https://github.com/opti21/pepega-chat/commit/f9e18bdbadc3569c31ed8544073248cdbe6e03fe))
* switching to planetscale ([240bcac](https://github.com/opti21/pepega-chat/commit/240bcac6fad4335263db18dc6a7389bd1830c92a))


### Bug Fixes

* Add aliases for current song ([e13a257](https://github.com/opti21/pepega-chat/commit/e13a257a70221bdcd57f8a4080ca6275777f8f3a))
* add current processing to redis ([88ceb0c](https://github.com/opti21/pepega-chat/commit/88ceb0cb4a3581593ef410c194ed3beb2aa96bc3))
* Add youtube URL to current song command ([dca3164](https://github.com/opti21/pepega-chat/commit/dca3164942e8c9aa5285f985b3ffd05d3f21abe2))
* change duration to const ([7f6f264](https://github.com/opti21/pepega-chat/commit/7f6f2647457c17bcc99609036523634296cd1802))
* Gotta actually close the queue ([fdb3be3](https://github.com/opti21/pepega-chat/commit/fdb3be3270cb8ca4eba0a04d2bb74d9acfcce4a1))
* Make requests using user IDs because DUH ([72f42dc](https://github.com/opti21/pepega-chat/commit/72f42dc9b824ba1144c81621e94ca850773e5712))
* Pull pusher channel from env ([3e9dbef](https://github.com/opti21/pepega-chat/commit/3e9dbeff55897aa0655674d43af6e80cbbe44335))
* update FE on queue open/close ([fdba3ca](https://github.com/opti21/pepega-chat/commit/fdba3caa928b23f53e1f1271e0a802a0b72ac7db))
* update prisma to fix referential issue ([a8ff2f4](https://github.com/opti21/pepega-chat/commit/a8ff2f4c65c4c7366ae0d797f4444d2ce386c5ae))
* Updated responses ([8cbf239](https://github.com/opti21/pepega-chat/commit/8cbf2397e387d2e23b1935362709b4279e91c8ae))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepega-bot",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b9bbe22

Please sign in to comment.