Skip to content

Commit

Permalink
chore(release): release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 8, 2023
1 parent 56cb530 commit 8e90920
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

# [4.1.0](https://github.com/sapphiredev/framework/compare/v4.0.2...v4.1.0) - (2023-02-08)

## 🐛 Bug Fixes

- **Command:** Do not attempt to execute application command reloading logic when a command does not have any application commands (#598) ([61e96d2](https://github.com/sapphiredev/framework/commit/61e96d27236d9b86f23a5dbaa93495653af5d70d))
- Use `declare` for store properties to avoid the need for `as *Store` (#602) ([b243bcd](https://github.com/sapphiredev/framework/commit/b243bcd5665d934674867f54f233826fc0bbfa95))
- **Command:** Support `BulkOverwrite` for reloads (#600) ([b4c252e](https://github.com/sapphiredev/framework/commit/b4c252e0815323c3c48d5937f2a6ef1c0198f043))
- **Args:** Ensure proper error types are always thrown (#601) ([ee8be2e](https://github.com/sapphiredev/framework/commit/ee8be2e1d586b60ee9f17bf353fa37502ca8b18f))

## 🚀 Features

- Remove `CommandChatInputRegisterShortcut` alias interface, prefer using `ApplicationCommandRegistry.RegisterOptions` instead (#597) ([18ad9fa](https://github.com/sapphiredev/framework/commit/18ad9fa9c403165b4310793cc1dfcf917ce8af48))

# [4.0.2](https://github.com/sapphiredev/framework/compare/v4.0.1...v4.0.2) - (2023-01-15)

## 🐛 Bug Fixes
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": "@sapphire/framework",
"version": "4.0.2",
"version": "4.1.0",
"description": "Discord bot framework built for advanced and amazing bots.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 8e90920

Please sign in to comment.