diff --git a/packages/subcommands/CHANGELOG.md b/packages/subcommands/CHANGELOG.md index 55d9d9c7..378e920d 100644 --- a/packages/subcommands/CHANGELOG.md +++ b/packages/subcommands/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +# [@sapphire/plugin-subcommands@7.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-subcommands@7.0.0...@sapphire/plugin-subcommands@7.0.1) - (2024-11-02) + +## 🐛 Bug Fixes + +- Update sapphire dependencies ([a837459](https://github.com/sapphiredev/plugins/commit/a83745920f0b6eb896c7b9b5c9624dad662f5186)) + +## 📝 Documentation + +- **SubcommandMappings:** Fix messageRun example ([f177359](https://github.com/sapphiredev/plugins/commit/f177359a0913a14904c93b462df14b23ccb180a5)) ([#631](https://github.com/sapphiredev/plugins/pull/631) by @SapphicMoe) + # [@sapphire/plugin-subcommands@7.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-subcommands@6.0.3...@sapphire/plugin-subcommands@7.0.0) - (2024-08-07) ## 🏠 Refactor diff --git a/packages/subcommands/package.json b/packages/subcommands/package.json index 3a38fd94..2bd407a1 100644 --- a/packages/subcommands/package.json +++ b/packages/subcommands/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/plugin-subcommands", - "version": "7.0.0", + "version": "7.0.1", "description": "Plugin for @sapphire/framework that adds support for subcommands.", "author": "@sapphire", "license": "MIT",