diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d41f5..6477c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.3](https://github.com/the-minimal/validator/compare/0.3.2...0.3.3) + +- feat: update types [`dbcc80e`](https://github.com/the-minimal/validator/commit/dbcc80e6aa547a3b4889229f54f04320563b381a) + #### [0.3.2](https://github.com/the-minimal/validator/compare/0.3.1...0.3.2) +> 6 May 2024 + +- Release 0.3.2 [`1185692`](https://github.com/the-minimal/validator/commit/1185692a32c04665b655f69f80b4b71fc20a6eac) - 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) diff --git a/package.json b/package.json index e04bd17..c9f4af5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/validator", "type": "module", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal validation library for the brave",