From 2fe68c3f154cd5308d2df24418d65415d11ff76d Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 15 Feb 2025 04:13:23 +0000 Subject: [PATCH] chore(version): `v4.0.31` --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2840d..64ba008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [4.0.31](https://github.com/discord-tickets/bot/compare/v4.0.30...v4.0.31) (2025-02-15) + + +### Bug Fixes + +* `/claim` and `/release` commands (from [#580](https://github.com/discord-tickets/bot/issues/580)) ([20a0b93](https://github.com/discord-tickets/bot/commit/20a0b9378bc7a3393b53d9e0a092ec709c663d96)) +* **api:** guild not global ticket count ([53df394](https://github.com/discord-tickets/bot/commit/53df394a480fab74f6b58182e0f7df87954faa54)) +* can't set ephemeral after deferring ([7b8c5ff](https://github.com/discord-tickets/bot/commit/7b8c5ff9c092a2008bf8d2ab04a47e2f8adb1f68)) +* ephemeral reply to `/topic` ([d57d20d](https://github.com/discord-tickets/bot/commit/d57d20dfd8bb9472235d0d27abd908db0e298ba5)) +* handle missing ticket on`/move` and `/transfer` ([1f24561](https://github.com/discord-tickets/bot/commit/1f24561ac0f22031b5ff27bf3df3961082e31040)) +* **prune:** don't delete recently-added guilds ([73ff67c](https://github.com/discord-tickets/bot/commit/73ff67c65f2ca1f2f0ebf3ac1d4f195a8d58e037)) + + +### Features + +* allow `/transcript` to accept numbers as well as IDs ([5a66c31](https://github.com/discord-tickets/bot/commit/5a66c31494ba49edf8ff3ac7221b814e519684e0)) +* db prune script (closes [#322](https://github.com/discord-tickets/bot/issues/322)) ([f140b76](https://github.com/discord-tickets/bot/commit/f140b76a922653345d0bfd311128f064a72c5d01)) +* **i18n:** update German translations ([e75119f](https://github.com/discord-tickets/bot/commit/e75119fb2b43eb86e48a387b683cbdb48e2b76f3)) +* **i18n:** update Italian translations ([a38eed8](https://github.com/discord-tickets/bot/commit/a38eed87c928be7fc04bc320e2d6c93f5262f30e)) + + + ## [4.0.30](https://github.com/discord-tickets/bot/compare/v4.0.29...v4.0.30) (2025-02-13) diff --git a/package.json b/package.json index b59ed6c..5b6ccd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-tickets", - "version": "4.0.30", + "version": "4.0.31", "private": "true", "description": "The most popular open-source ticket management bot for Discord.", "main": "src/",