From b31d21b5b7d7d8f2143e7c559bef251963bbf418 Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Sun, 1 Sep 2024 20:13:11 +0200 Subject: [PATCH] Bump version to v0.41.0 and update changelog --- library/CHANGELOG.md | 2 +- library/jsr.json | 2 +- library/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 3e16d48ce..42e566282 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -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) diff --git a/library/jsr.json b/library/jsr.json index d9ec4f29b..74e5b60f1 100644 --- a/library/jsr.json +++ b/library/jsr.json @@ -1,5 +1,5 @@ { "name": "@valibot/valibot", - "version": "0.40.0", + "version": "0.41.0", "exports": "./src/index.ts" } diff --git a/library/package.json b/library/package.json index 9492bd30e..c8373f9aa 100644 --- a/library/package.json +++ b/library/package.json @@ -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",