From a831618bf67c4099d94712f41b9e5831dda4701c Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Thu, 9 Mar 2023 22:42:34 +0100 Subject: [PATCH] chore(release): release 4.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e2c8d5f..31d00cf85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [4.2.1](https://github.com/sapphiredev/framework/compare/v4.2.0...v4.2.1) - (2023-03-09) + +## 🐛 Bug Fixes + +- **ClientPermissions:** Fixed permission checking for old applications (#616) ([725a7d3](https://github.com/sapphiredev/framework/commit/725a7d3a8e8f92860aaf946aecfc988abc8d9553)) +- **events:** Add missing discordjs events (#612) ([f9606c3](https://github.com/sapphiredev/framework/commit/f9606c3c862fd1ebed52c17d8973b37513499567)) + # [4.2.0](https://github.com/sapphiredev/framework/compare/v4.1.1...v4.2.0) - (2023-02-22) ## 🏠 Refactor diff --git a/package.json b/package.json index cf5f0d7ae..55be77670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "4.2.0", + "version": "4.2.1", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/index.js", "module": "dist/index.mjs",