From db2f3f765a3ea5e7f9cd0520bbe6685a21a23135 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:10:25 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=204.1.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- src/util/changelog.json | 10 +++++----- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c800fc..5fcd95bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [4.1.0](https://github.com/h-projects/gasbot/compare/4.0.2...4.1.0) (2024-10-26) + + +### Bug Fixes + +* `TOPGG_TOKEN` is always optional ([89b1581](https://github.com/h-projects/gasbot/commit/89b1581afb5e5473307174c4a361ab42baedb0f9)) + + +### Features + +* **logs:** add channel select menu ([b0725bb](https://github.com/h-projects/gasbot/commit/b0725bb655a71db53ef7768408a258a0be44278c)) +* support user installations ([#407](https://github.com/h-projects/gasbot/issues/407)) ([aff1af1](https://github.com/h-projects/gasbot/commit/aff1af12f2ac3fb500b03b122a5472770ddc4611)) + + + ## [4.0.2](https://github.com/h-projects/gasbot/compare/4.0.1...4.0.2) (2023-09-01) ### Refactor diff --git a/package.json b/package.json index 9c870f0e..1f80c8d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gasbot", - "version": "4.0.2", + "version": "4.1.0", "description": "A bot to remove and protect you from the letter G.", "private": true, "type": "module", diff --git a/src/util/changelog.json b/src/util/changelog.json index 8db19a92..a6992669 100644 --- a/src/util/changelog.json +++ b/src/util/changelog.json @@ -1,13 +1,13 @@ { - "version": "4.0.0", + "version": "4.1.0", "features": [ { - "name": "Completely rewritten the bot (aqain)!", - "value": "The bot was fully rewritten in TypeScript, ready to handle the next few years." + "name": "Support for User Installations", + "value": "You can now add the bot to your account and use most commands outside servers" }, { - "name": "Improvements and Buqfixes", - "value": "The bot is a more stable now and it no lonqer has problems in certain situations." + "name": "Full Infrastructure Upqrade", + "value": "Most internal systems have been revamped and should be more reliable" } ] }