Skip to content

Commit b31d21b

Browse files
committed
Bump version to v0.41.0 and update changelog
1 parent 0dfd1bd commit b31d21b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## vX.X.X (Month DD, YYYY)
5+
## v0.41.0 (September 01, 2024)
66

77
- Change `reference` property of all action base types to be less strict (issue #799)
88
- Change implementation of `variant` and `variantAsync` to improve performance and issues generation for nested variants with different discriminators (pull request #809)

library/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@valibot/valibot",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"exports": "./src/index.ts"
55
}

library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valibot",
33
"description": "The modular and type safe schema library for validating structural data",
4-
"version": "0.40.0",
4+
"version": "0.41.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)