Skip to content

Commit

Permalink
5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Sep 14, 2024
1 parent f2a83b9 commit b072335
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v5.10.0
[2024-09-14]

### Changes

* chore: Moved from circleci to github actions ([`179e630`](https://github.com/panates/valgen/commit/179e630a1b1327acf995decb88ed86b015a48c6a))
* fixed: Circular imports ([`f2a83b9`](https://github.com/panates/valgen/commit/f2a83b9f466f1bc5acaabef3ac78f6c567ed7b54))

# v5.9.0
[2024-08-20]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valgen",
"description": "Fast runtime type validator, converter and io (encoding/decoding) library",
"version": "5.9.0",
"version": "5.10.0",
"author": "Panates",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit b072335

Please sign in to comment.