From bfbd68ed0f4d881ef609d474239f2c9e59db2d4f Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Fri, 15 Dec 2023 21:26:45 +0100 Subject: [PATCH] chore(release): release 3.9.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 133e6dc5..df16e3f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [3.9.5](https://github.com/sapphiredev/shapeshift/compare/v3.9.5...v3.9.5) - (2023-12-15) + +## 🐛 Bug Fixes + +- Properly publish all dist files ([8e925fa](https://github.com/sapphiredev/shapeshift/commit/8e925faff5a67ccca84c41473bf77c9e0a01ebc0)) + # [3.9.4](https://github.com/sapphiredev/shapeshift/compare/v3.9.4...v3.9.4) - (2023-12-04) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 1f536cbf..31e8610a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/shapeshift", - "version": "3.9.4", + "version": "3.9.5", "description": "Blazing fast input validation and transformation ⚡", "author": "@sapphire", "license": "MIT",