Skip to content

Commit

Permalink
chore(release): 4.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Oct 26, 2024
1 parent 275d8d6 commit db2f3f7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/util/changelog.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit db2f3f7

Please sign in to comment.