chore(version): v4.0.24

This commit is contained in:
Isaac 2024-12-20 02:48:30 +00:00
parent addd5e896c
commit cfa3be681b
No known key found for this signature in database
GPG Key ID: 17700D08381EA590
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [4.0.24](https://github.com/discord-tickets/bot/compare/v4.0.23...v4.0.24) (2024-12-20)
### Bug Fixes
* **docker:** use alpine 3.20 instead of 3.21 so prisma can find openssl ([addd5e8](https://github.com/discord-tickets/bot/commit/addd5e896c28597734199947c60b41854deece2d)), closes [/github.com/nodejs/docker-node/issues/2175#issuecomment-2530130523](https://github.com//github.com/nodejs/docker-node/issues/2175/issues/issuecomment-2530130523)
## [4.0.23](https://github.com/discord-tickets/bot/compare/v4.0.22...v4.0.23) (2024-12-20) ## [4.0.23](https://github.com/discord-tickets/bot/compare/v4.0.22...v4.0.23) (2024-12-20)

View File

@ -1,6 +1,6 @@
{ {
"name": "discord-tickets", "name": "discord-tickets",
"version": "4.0.23", "version": "4.0.24",
"private": "true", "private": "true",
"description": "The most popular open-source ticket management bot for Discord.", "description": "The most popular open-source ticket management bot for Discord.",
"main": "src/", "main": "src/",