Skip to content

Commit 2a885cb

Browse files
chore(release): release 5.3.7
1 parent c9d86ce commit 2a885cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
# [5.3.7](https://github.com/sapphiredev/framework/compare/v5.3.6...v5.3.7) - (2025-09-24)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Update result and lexure ([c9d86ce](https://github.com/sapphiredev/framework/commit/c9d86cefaa8d9fd1c5faf98c34976bec64d581b3))
10+
- Update code in ClientPermissions and command channel types to match latest discordjs changes ([43d7e4a](https://github.com/sapphiredev/framework/commit/43d7e4aaacd153a2b9ccafa2f1e3dbd636904da7)) ([#849](https://github.com/sapphiredev/framework/pull/849) by @favna)
11+
- **deps:** Update all non-major dependencies ([e9190b8](https://github.com/sapphiredev/framework/commit/e9190b89f70488bcd565097c9402811f455e02f1))
12+
513
# [5.3.6](https://github.com/sapphiredev/framework/compare/v5.3.5...v5.3.6) - (2025-06-06)
614

715
## 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapphire/framework",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"description": "Discord bot framework built for advanced and amazing bots.",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",

0 commit comments

Comments
 (0)