diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a50a9..30d1c18 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.2.2](https://github.com/the-minimal/validator/compare/0.2.1...0.2.2) + +- feat: update README [`48b98ce`](https://github.com/the-minimal/validator/commit/48b98ce4df2371707b0d70ec5565477dd2f547ab) +- feat: update description [`a827860`](https://github.com/the-minimal/validator/commit/a8278602b85e35f527c35f56a0be7f4caaaddca0) + #### [0.2.1](https://github.com/the-minimal/validator/compare/0.2.0...0.2.1) +> 22 April 2024 + - 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) diff --git a/package.json b/package.json index ed34267..531d72a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/validator", "type": "module", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal validation library for the brave",