From 1185692a32c04665b655f69f80b4b71fc20a6eac Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Mon, 6 May 2024 21:24:07 +0200 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bf001..55d41f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.3.2](https://github.com/the-minimal/validator/compare/0.3.1...0.3.2) + +- feat: update @the-minimal/error [`f89f9bf`](https://github.com/the-minimal/validator/commit/f89f9bf94f0548c5a633523c796015a6b1c0023d) + #### [0.3.1](https://github.com/the-minimal/validator/compare/0.3.0...0.3.1) +> 6 May 2024 + - feat: add assert/parse/is [`55de328`](https://github.com/the-minimal/validator/commit/55de328ababc1c79b9457b8beae86b00e24a7288) - feat: use NodeNext module(resolution) [`e27e8bc`](https://github.com/the-minimal/validator/commit/e27e8bc49193016c10b26f8d297abff9da7bce9f) +- Release 0.3.1 [`d14599e`](https://github.com/the-minimal/validator/commit/d14599eb67a56d9c6760dac73bc0e72a80ca6130) #### [0.3.0](https://github.com/the-minimal/validator/compare/0.2.2...0.3.0) diff --git a/package.json b/package.json index d1ee8c7..f7b44c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/validator", "type": "module", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal validation library for the brave",