From 10bd256ac57162c74012cca0a70c2c4e4c6d6ca6 Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Mon, 22 Apr 2024 01:56:33 +0200 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77556f9..03a50a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.2.1](https://github.com/the-minimal/validator/compare/0.2.0...0.2.1) + +- feat: type improvements [`52e6212`](https://github.com/the-minimal/validator/commit/52e6212a3886339b25c0e7a6e68cc9753bb1fc2d) +- feat: take normal input and infer assertion [`2e54bd8`](https://github.com/the-minimal/validator/commit/2e54bd800f4a327b7a35e00077da5df29d49a29a) +- Create website [`2ecc4bb`](https://github.com/the-minimal/validator/commit/2ecc4bb051c53a0919c2c6223902b68e93490b22) + #### [0.2.0](https://github.com/the-minimal/validator/compare/0.1.2...0.2.0) +> 21 April 2024 + - feat: use numbered errors [`db247ba`](https://github.com/the-minimal/validator/commit/db247babd73114644448d60359cacd02fbbb4645) - feat: simplify errors [`b9613c3`](https://github.com/the-minimal/validator/commit/b9613c3c6cb6e9e699323e5623eee5a9962b3dc2) - feat: export Reason enum [`f1afaf0`](https://github.com/the-minimal/validator/commit/f1afaf0673e98e93e97d72d76193e97af86b5ba1) diff --git a/package.json b/package.json index c993fa1..3ffcfd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/validator", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimalist TypeScript data validation library with great focus on size and performance",