From 970b628b6fbeea1ae6edc756aa02e069256e7e99 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 9 Dec 2023 21:05:06 +0100 Subject: [PATCH] chore(release): release 5.0.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b0f20e7..0a4f78561 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.3](https://github.com/sapphiredev/framework/compare/v5.0.3...v5.0.3) - (2023-12-09) + +## 🐛 Bug Fixes + +- **normalizeInputs:** Bring back the defaulting I removed (#701) ([0e04eb3](https://github.com/sapphiredev/framework/commit/0e04eb3f13b3928c8348876c27b48d269825bb1d)) + # [5.0.2](https://github.com/sapphiredev/framework/compare/v5.0.2...v5.0.2) - (2023-12-05) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 7ebcb1f53..9bbe724a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "5.0.2", + "version": "5.0.3", "description": "Discord bot framework built for advanced and amazing bots.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",