From d1b48f7ac1edffa941edf2c066cd4b08746b9e45 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Fri, 13 Oct 2023 14:55:31 +0200 Subject: [PATCH] chore(release): release 3.9.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4b4a37..7dbda725 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.3](https://github.com/sapphiredev/shapeshift/compare/v3.9.3...v3.9.3) - (2023-10-13) + +## 🏠 Refactor + +- Change email regex (#306) ([c5d49cf](https://github.com/sapphiredev/shapeshift/commit/c5d49cf32931aff24ab74ba87ee8d6d35f7231af)) + # [3.9.2](https://github.com/sapphiredev/shapeshift/compare/v3.9.1...v3.9.2) - (2023-06-04) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 73e07c37..7ca73400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/shapeshift", - "version": "3.9.2", + "version": "3.9.3", "description": "Blazing fast input validation and transformation ⚡", "author": "@sapphire", "license": "MIT",