Skip to content

Commit

Permalink
chore(release): release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 18, 2023
1 parent f4a9897 commit 2345ca1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

# [4.4.1](https://github.com/sapphiredev/framework/compare/v4.4.0...v4.4.1) - (2023-04-18)

## 🐛 Bug Fixes

- **permissions:** Add missing permission strings (#630) ([23645bb](https://github.com/sapphiredev/framework/commit/23645bbe527119ab6be3824d2435f2dbb5bf89db))
- **ArgType:** Update `type` for guild*ThreadChannel (#628) ([222d50e](https://github.com/sapphiredev/framework/commit/222d50e0459f7769bea660ae9ae5ce412b927cdb))

## 📝 Documentation

- Add code of conduct to the repo ([f4a9897](https://github.com/sapphiredev/framework/commit/f4a9897142224b0f8c238667a2d1c1180b844435))

# [4.4.0](https://github.com/sapphiredev/framework/compare/v4.3.1...v4.4.0) - (2023-04-12)

## 🚀 Features
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.4.0",
"version": "4.4.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 2345ca1

Please sign in to comment.