From ec01e4b641e352059f5ef37f1aefb604dc6365c3 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 23 Mar 2024 19:45:30 +0100 Subject: [PATCH] "chore(release): release 5.0.9" --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85432d2a0..005e60682 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.9](https://github.com/sapphiredev/framework/compare/v5.0.8...v5.0.9) - (2024-03-23) + +## 🐛 Bug Fixes + +- Fixed bundling types ([9c7dfbb](https://github.com/sapphiredev/framework/commit/9c7dfbb615ac4603f8f0f191942f68fc2899dfd8)) + # [5.0.8](https://github.com/sapphiredev/framework/compare/v5.0.7...v5.0.8) - (2024-03-23) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 9ca95aa39..64476fbb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "5.0.8", + "version": "5.0.9", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",