Skip to content

Commit

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

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

# [4.5.2](https://github.com/sapphiredev/framework/compare/v4.5.1...v4.5.2) - (2023-08-21)

## 🏠 Refactor

- **preconditions:** Add `RunIn`, deprecate everything else (#655) ([2ed7fa5](https://github.com/sapphiredev/framework/commit/2ed7fa540031b247f83889751c8564de9aa81dcb))

## 🐛 Bug Fixes

- **deps:** Update all non-major dependencies (#656) ([6d3b4fc](https://github.com/sapphiredev/framework/commit/6d3b4fc7510d9fb2ca29d831d8f785bfc5d222e6))
- Bump transitive dependencies ([9103253](https://github.com/sapphiredev/framework/commit/9103253c8da170c229dd87f5e22ef0031d96c436))
- **deps:** Update all non-major dependencies ([b8ce85d](https://github.com/sapphiredev/framework/commit/b8ce85dd16f4abf1401dfbfb14ebfadd80a023e5))

# [4.5.1](https://github.com/sapphiredev/framework/compare/v4.5.0...v4.5.1) - (2023-07-21)

## 🐛 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": "4.5.1",
"version": "4.5.2",
"description": "Discord bot framework built for advanced and amazing bots.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit b1028de

Please sign in to comment.