Skip to content

Commit db2f3f7

Browse files
committed
chore(release): 4.1.0 πŸŽ‰
1 parent 275d8d6 commit db2f3f7

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.1.0](https://github.com/h-projects/gasbot/compare/4.0.2...4.1.0) (2024-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* `TOPGG_TOKEN` is always optional ([89b1581](https://github.com/h-projects/gasbot/commit/89b1581afb5e5473307174c4a361ab42baedb0f9))
7+
8+
9+
### Features
10+
11+
* **logs:** add channel select menu ([b0725bb](https://github.com/h-projects/gasbot/commit/b0725bb655a71db53ef7768408a258a0be44278c))
12+
* support user installations ([#407](https://github.com/h-projects/gasbot/issues/407)) ([aff1af1](https://github.com/h-projects/gasbot/commit/aff1af12f2ac3fb500b03b122a5472770ddc4611))
13+
14+
15+
116
## [4.0.2](https://github.com/h-projects/gasbot/compare/4.0.1...4.0.2) (2023-09-01)
217

318
### Refactor

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gasbot",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "A bot to remove and protect you from the letter G.",
55
"private": true,
66
"type": "module",

β€Žsrc/util/changelog.jsonβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.1.0",
33
"features": [
44
{
5-
"name": "Completely rewritten the bot (aqain)!",
6-
"value": "The bot was fully rewritten in TypeScript, ready to handle the next few years."
5+
"name": "Support for User Installations",
6+
"value": "You can now add the bot to your account and use most commands outside servers"
77
},
88
{
9-
"name": "Improvements and Buqfixes",
10-
"value": "The bot is a more stable now and it no lonqer has problems in certain situations."
9+
"name": "Full Infrastructure Upqrade",
10+
"value": "Most internal systems have been revamped and should be more reliable"
1111
}
1212
]
1313
}

0 commit comments

Comments
Β (0)