diff --git a/CHANGELOG.md b/CHANGELOG.md index 6876a58..cfa81a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.0.3 +__Bug fixes__ +- Expose the arguments list of the `execute` function (#154) +- Fix crash when no permission overrides are present in a guild (#155) + ## 6.0.2 __Bug fixes__ - Fixed autocompletion in commands in chat groups diff --git a/pubspec.yaml b/pubspec.yaml index a23c14e..301f8e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_commands -version: 6.0.2 +version: 6.0.3 description: A framework for easily creating slash commands and text commands for Discord using the nyxx library. homepage: https://github.com/nyxx-discord/nyxx_commands/blob/main/README.md