diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc31d3..5e5cce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 6.0.0 +__Breaking changes__ +- Update nyxx to version 6.0.0. + +__Bug fixes__ +- Fixes a type error that could occur when using FallbackConverter's toButton and toMultiselect. + ## 6.0.0-dev.1 __Breaking changes__ - Update nyxx to version 6.0.0. See the changelog at https://pub.dev/packages/nyxx for more details. diff --git a/pubspec.yaml b/pubspec.yaml index 44f4c96..1bf4023 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_commands -version: 6.0.0-dev.1 +version: 6.0.0 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