diff --git a/CHANGELOG.md b/CHANGELOG.md index 54422a2e8..c23927771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [2.5.1](https://github.com/sapphiredev/framework/compare/v2.5.0...v2.5.1) - (2022-06-13) + +## 🐛 Bug Fixes + +- Bump dependencies (#459) ([33dd38b](https://github.com/sapphiredev/framework/commit/33dd38bdccc261a8196cc9853a50f820584d9b4d)) + # [2.5.0](https://github.com/sapphiredev/framework/compare/v2.4.1...v2.5.0) - (2022-05-15) ## 🚀 Features diff --git a/package.json b/package.json index 6ab269662..20a6bed59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "2.5.0", + "version": "2.5.1", "description": "Discord bot framework built on top of @sapphire/lib for advanced and amazing bots.", "main": "dist/index.js", "types": "dist/index.d.ts",