Skip to content

Commit

Permalink
chore(release): release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 9, 2023
1 parent 0493519 commit a831618
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a831618

Please sign in to comment.