Skip to content

Commit 59388bf

Browse files
committed
chore(version): 4.0.5
1 parent 502f488 commit 59388bf

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [4.0.5](https://github.com/discord-tickets/bot/compare/v4.0.4...v4.0.5) (2023-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* editing question answers in a category with `customTopic` set ([47fc7bd](https://github.com/discord-tickets/bot/commit/47fc7bde4333c7e5533e7b4d4015d1a89a199d07))
7+
* encrypt topic ([502f488](https://github.com/discord-tickets/bot/commit/502f48866ade95721400393ca15c196ac8428ca5))
8+
* send image in embed (closes [#441](https://github.com/discord-tickets/bot/issues/441)) ([48902f8](https://github.com/discord-tickets/bot/commit/48902f8131b01d84cff1cf9ead77aae8b5611288))
9+
10+
11+
### Features
12+
13+
* add prisma logging ([3b5e58c](https://github.com/discord-tickets/bot/commit/3b5e58c1fed1fd8aa18c4dd461572cbdf682c195))
14+
* improve error handling ([e8b95a2](https://github.com/discord-tickets/bot/commit/e8b95a2f3149fab08ed3c927f771d8ee4fad9d04))
15+
* new `suid-time` stdin command ([ff8e666](https://github.com/discord-tickets/bot/commit/ff8e66638a56f437ed31032d799498483d185543))
16+
17+
18+
### Performance Improvements
19+
20+
* **sqlite:** run `optimize` every 6h ([8971c0a](https://github.com/discord-tickets/bot/commit/8971c0ad13c287eb21c7a63341dd5c48c1b6ed06))
21+
22+
23+
124
## [4.0.4](https://github.com/discord-tickets/bot/compare/v4.0.3...v4.0.4) (2023-06-19)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-tickets",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"private": "true",
55
"description": "The most popular open-source ticket management bot for Discord.",
66
"main": "src/",

0 commit comments

Comments
 (0)