From 7ec702f990e6f3617d61324e06369c62fbe1a378 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Fri, 19 Jan 2024 21:59:36 +0100 Subject: [PATCH] chore(release): release 3.9.6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df16e3f0..497e9fd3 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.6](https://github.com/sapphiredev/shapeshift/compare/v3.9.6...v3.9.6) - (2024-01-19) + +## 🐛 Bug Fixes + +- Fixed commonjs typings export mapping (#341) ([a5518aa](https://github.com/sapphiredev/shapeshift/commit/a5518aa88350925ad03f612e49f695a296a0d3b3)) + # [3.9.5](https://github.com/sapphiredev/shapeshift/compare/v3.9.5...v3.9.5) - (2023-12-15) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index f32a15d0..494d0e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/shapeshift", - "version": "3.9.5", + "version": "3.9.6", "description": "Blazing fast input validation and transformation ⚡", "author": "@sapphire", "license": "MIT",