Skip to content

Commit e53a2f1

Browse files
committed
chore(version): v4.0.22
1 parent ed7a7b7 commit e53a2f1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [4.0.22](https://github.com/discord-tickets/bot/compare/v4.0.21...v4.0.22) (2024-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **api:** use more appropriate status code ([8818bf6](https://github.com/discord-tickets/bot/commit/8818bf6d48df8a80faae84418cf79dc3903357de))
7+
* **i18n:** `it/commands.slash.add.name` ([ed7a7b7](https://github.com/discord-tickets/bot/commit/ed7a7b78cc46a06d8ce47c94c129640d772ee910))
8+
* **portal:** various improvements and fixes (4205306..b16c92d) ([4688d1b](https://github.com/discord-tickets/bot/commit/4688d1b5cfb6ddb758cea386a9ea167b3eea43ea))
9+
* token samesite=secure ([c6a982e](https://github.com/discord-tickets/bot/commit/c6a982e702e37119071bd6b13e9ddb48f9f16599))
10+
11+
12+
### Features
13+
14+
* **api:** descriptive emoji error message ([3017c0c](https://github.com/discord-tickets/bot/commit/3017c0c458a7b6763a690230f8d29cead21efb3c))
15+
* **api:** generate missing icons ([46bd58d](https://github.com/discord-tickets/bot/commit/46bd58daf626c6df1e5600e017f6df8428026c52))
16+
* **api:** privilege levels ([130f5dc](https://github.com/discord-tickets/bot/commit/130f5dc590f0856982b440f58bcad5161be0699f))
17+
* **api:** redirect on logout ([4d42269](https://github.com/discord-tickets/bot/commit/4d42269a35b485e04a03df85e7c61a7d5e1282ef))
18+
* **api:** something ([b00d2f3](https://github.com/discord-tickets/bot/commit/b00d2f312eb0e3353213a1ebdcf28002342640ec))
19+
* **i18n:** update Italian translations ([22ffd82](https://github.com/discord-tickets/bot/commit/22ffd82a4c08162d7788f346256fb7f44cd481e8))
20+
* **i18n:** update Romanian translations ([6adcf2d](https://github.com/discord-tickets/bot/commit/6adcf2df5ec43ea22aac53d6b68e99e0e78de38d))
21+
22+
23+
124
## [4.0.21](https://github.com/discord-tickets/bot/compare/v4.0.20...v4.0.21) (2024-11-09)
225

326

package.json

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

0 commit comments

Comments
 (0)