diff --git a/CHANGELOG.md b/CHANGELOG.md index 607ec53..4214f0d 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.1.2](https://github.com/the-minimal/validator/compare/0.1.1...0.1.2) + +- feat: add rangeLength and rangeValue [`3854202`](https://github.com/the-minimal/validator/commit/3854202e937191d57a7d709597646e08a60b7b7d) +- feat: add startsWith and endsWith [`5baf569`](https://github.com/the-minimal/validator/commit/5baf56911f635ac6537ba96b3bc785df5e49922d) +- feat: add includes [`2c79547`](https://github.com/the-minimal/validator/commit/2c795479604d77f0245a8b1931c926f1d44dc5f6) + #### [0.1.1](https://github.com/the-minimal/validator/compare/0.1.0...0.1.1) +> 20 April 2024 + - feat: add property-based tests [`ca11de8`](https://github.com/the-minimal/validator/commit/ca11de8f626e056f349da0ffb0bbd4d4561748da) - feat: optimize size and performance [`13f87e4`](https://github.com/the-minimal/validator/commit/13f87e48d6975221468e096a7c1e6db16b61a0c5) - feat: add minLength and maxLength [`a581907`](https://github.com/the-minimal/validator/commit/a581907e9b6de91fe8b4e61384d6acf706167703) diff --git a/package.json b/package.json index 3e04aad..e40ad47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/validator", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimalist TypeScript data validation library with great focus on size and performance",