From 5104a780c18368ac51ddc304d13ea9736d285da1 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 9 Dec 2023 21:20:09 +0100 Subject: [PATCH] chore(release): release 5.0.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4f78561..3739775be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [5.0.4](https://github.com/sapphiredev/framework/compare/v5.0.4...v5.0.4) - (2023-12-09) + +## 🐛 Bug Fixes + +- Update @sapphire/pieces dependency to have bun load ts files automatically ([47945f5](https://github.com/sapphiredev/framework/commit/47945f52d67c617970373a28b5876562ba32b023)) + # [5.0.3](https://github.com/sapphiredev/framework/compare/v5.0.3...v5.0.3) - (2023-12-09) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index eaa32e632..7d76d60fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "5.0.3", + "version": "5.0.4", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",