Skip to content

Commit

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

- feat: remove old validations and fix types [`57b8705`](https://github.com/the-minimal/validator/commit/57b870562fa2054dbe98b736a489d0136c2475a1)
- feat: rename validators to assertions [`347c7dc`](https://github.com/the-minimal/validator/commit/347c7dc75ab8f37d9c37ab5b482419cc3924257d)
- feat: add JSDoc documentation [`82f4973`](https://github.com/the-minimal/validator/commit/82f4973a8f1e6c2e1607b4e0fe96083dc2ef08e9)

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

> 16 April 2024
- fix: types [`cb31cb8`](https://github.com/the-minimal/validator/commit/cb31cb88487ba9c7135262edc97eac60c353eb5b)
- Release 0.0.5 [`cb7b32e`](https://github.com/the-minimal/validator/commit/cb7b32e358d833a8cafdf844b8baf544aacd4e54)

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

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.0.5",
"version": "0.1.0",
"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 71a10d2

Please sign in to comment.