diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b62325e..a5cd6eaf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [4.8.2](https://github.com/sapphiredev/framework/compare/v4.8.2...v4.8.2) - (2023-11-16) + +## 🐛 Bug Fixes + +- Register `CoreReady` piece correctly (#690) ([4b99b37](https://github.com/sapphiredev/framework/commit/4b99b377c33c8991ae52174a5bda88a047fb0971)) + # [4.8.1](https://github.com/sapphiredev/framework/compare/v4.8.1...v4.8.1) - (2023-11-16) ## 🏠 Refactor diff --git a/package.json b/package.json index ffa848464..e9804e9ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "4.8.1", + "version": "4.8.2", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/index.js", "module": "dist/index.mjs",