From 9ed24102e0393e8b4d5da3af6b208042d931cdbc Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Tue, 9 May 2023 22:49:12 +0200 Subject: [PATCH] chore(release): release 3.9.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e547836..527f379f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +# [3.9.0](https://github.com/sapphiredev/shapeshift/compare/v3.8.2...v3.9.0) - (2023-05-09) + +## 🐛 Bug Fixes + +- Resolve minor grammar mistake (#260) ([62df609](https://github.com/sapphiredev/shapeshift/commit/62df6094845ffa118aa93ea3c5f47f81f1c5d99f)) + +## 🚀 Features + +- Add BaseValidator.describe (#267) ([d9e1a2d](https://github.com/sapphiredev/shapeshift/commit/d9e1a2d2f3c5e6378f0025becf8497138ee6d97c)) + # [3.8.2](https://github.com/sapphiredev/shapeshift/compare/v3.8.1...v3.8.2) - (2023-04-02) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index dd0d6c6b..322ece81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/shapeshift", - "version": "3.8.2", + "version": "3.9.0", "description": "Blazing fast input validation and transformation ⚡", "author": "@sapphire", "license": "MIT",