diff --git a/CHANGELOG.md b/CHANGELOG.md index c78a340a3..00381007c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [5.0.6](https://github.com/sapphiredev/framework/compare/v5.0.6...v5.0.6) - (2024-01-10) + +## 🐛 Bug Fixes + +- Re-export more types from @sapphire/pieces (#715) ([662f212](https://github.com/sapphiredev/framework/commit/662f212621bf5403b8b9cecba32b6d1100c62741)) +- **deps:** Update all non-major dependencies (#713) ([134ca45](https://github.com/sapphiredev/framework/commit/134ca45f496de6a4928b670eaa8022eda8a56630)) + # [5.0.5](https://github.com/sapphiredev/framework/compare/v5.0.5...v5.0.5) - (2023-12-27) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 59c600038..0bc7d6924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "5.0.5", + "version": "5.0.6", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",