diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc782c..856b28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.0.5](https://github.com/the-minimal/validator/compare/0.0.4...0.0.5) + +- fix: types [`cb31cb8`](https://github.com/the-minimal/validator/commit/cb31cb88487ba9c7135262edc97eac60c353eb5b) + #### [0.0.4](https://github.com/the-minimal/validator/compare/0.0.3...0.0.4) +> 16 April 2024 + - feat: add tests for all validators [`06851e1`](https://github.com/the-minimal/validator/commit/06851e1d0d1fd26c23af087a9c6f1b4e58c6750c) - feat: add type tests [`cad104c`](https://github.com/the-minimal/validator/commit/cad104c75ea714f4073a6c25fce106958023dcb8) - feat: update types [`062e06b`](https://github.com/the-minimal/validator/commit/062e06bd235abc02400eae5ba720cad33f508fa7) diff --git a/package.json b/package.json index b04e7b2..ac835da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/validator", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimalist TypeScript data validation library with great focus on size and performance",