From 5e3479636172f4f7f65c2a17f2780113bb46b3a6 Mon Sep 17 00:00:00 2001 From: Abitofevrything Date: Sun, 26 Nov 2023 20:24:31 +0100 Subject: [PATCH] Release 6.0.1 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5cce8..747b233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.0.1 +__Bug fixes__ +- Fixed ephemeral response levels breaking component helpers. +- Fixed `getMultiSelection` not working. +- `CommandsPlugin.guild` is not longer ignored. + ## 6.0.0 __Breaking changes__ - Update nyxx to version 6.0.0. diff --git a/pubspec.yaml b/pubspec.yaml index 1bf4023..0faace5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: nyxx_commands -version: 6.0.0 +version: 6.0.1 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