Skip to content

Commit

Permalink
chore(release): release 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 19, 2024
1 parent fba3ce2 commit ef9dd19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

# [5.0.7](https://github.com/sapphiredev/framework/compare/v5.0.7...v5.0.7) - (2024-01-19)

## 🐛 Bug Fixes

- Update transitive sapphire dependencies ([fba3ce2](https://github.com/sapphiredev/framework/commit/fba3ce2b0ee8539b0fb1cd03edda9ad6dd257dbc))
- Fixed commonjs typings export mapping (#718) ([d10b4fa](https://github.com/sapphiredev/framework/commit/d10b4fa1aa0052fac0dba2f993849d57cb495852))
- **computeDifferences:** Check channel types (#719) ([3a1931b](https://github.com/sapphiredev/framework/commit/3a1931bad14087b6ee556b7636c7307d3412a7a8))
- **deps:** Update all non-major dependencies (#717) ([59f061c](https://github.com/sapphiredev/framework/commit/59f061caece49e6cc50eef6f8bf4a05d44aa0c18))
- **ApplicationCommandRegistries:** Add the right ids in the right place (#716) ([34193ef](https://github.com/sapphiredev/framework/commit/34193efa717874b0639aeabd11fbdb02b5e43524))

# [5.0.6](https://github.com/sapphiredev/framework/compare/v5.0.6...v5.0.6) - (2024-01-10)

## 🐛 Bug Fixes
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": "5.0.6",
"version": "5.0.7",
"description": "Discord bot framework built for advanced and amazing bots.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down

0 comments on commit ef9dd19

Please sign in to comment.