From 8c8a5a63acbcd6536ee85dc39dcd27cb35d732e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:14:00 +0000 Subject: [PATCH] chore(release): release 5.3.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214b02af2..273d709b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [5.3.1](https://github.com/sapphiredev/framework/compare/v5.3.0...v5.3.1) - (2024-11-04) + +## 🐛 Bug Fixes + +- **ClientPermissions:** Check app permissions when used with user apps ([ebdf0f7](https://github.com/sapphiredev/framework/commit/ebdf0f7b81344ed78424be56d1a53d8d839c8b89)) ([#797](https://github.com/sapphiredev/framework/pull/797) by @yuansheng1549) + # [5.3.0](https://github.com/sapphiredev/framework/compare/v5.2.1...v5.3.0) - (2024-11-02) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 41f55aac6..1978cb6e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "5.3.0", + "version": "5.3.1", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",