Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 21, 2024
1 parent 2e54bd8 commit 10bd256
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/the-minimal/validator/compare/0.2.0...0.2.1)

- 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)

#### [0.2.0](https://github.com/the-minimal/validator/compare/0.1.2...0.2.0)

> 21 April 2024
- feat: use numbered errors [`db247ba`](https://github.com/the-minimal/validator/commit/db247babd73114644448d60359cacd02fbbb4645)
- feat: simplify errors [`b9613c3`](https://github.com/the-minimal/validator/commit/b9613c3c6cb6e9e699323e5623eee5a9962b3dc2)
- feat: export Reason enum [`f1afaf0`](https://github.com/the-minimal/validator/commit/f1afaf0673e98e93e97d72d76193e97af86b5ba1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@the-minimal/validator",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"author": "Miroslav Vršecký <[email protected]>",
"description": "Minimalist TypeScript data validation library with great focus on size and performance",
Expand Down

0 comments on commit 10bd256

Please sign in to comment.