Skip to content

Commit

Permalink
Bump version to v0.41.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Sep 1, 2024
1 parent 0dfd1bd commit b31d21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the library will be documented in this file.

## vX.X.X (Month DD, YYYY)
## v0.41.0 (September 01, 2024)

- Change `reference` property of all action base types to be less strict (issue #799)
- Change implementation of `variant` and `variantAsync` to improve performance and issues generation for nested variants with different discriminators (pull request #809)
Expand Down
2 changes: 1 addition & 1 deletion library/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@valibot/valibot",
"version": "0.40.0",
"version": "0.41.0",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "valibot",
"description": "The modular and type safe schema library for validating structural data",
"version": "0.40.0",
"version": "0.41.0",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
Expand Down

0 comments on commit b31d21b

Please sign in to comment.