From 9d8c050f16d4fc03bb0d81f594890964f469fef2 Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Fri, 5 Jul 2024 16:05:00 +0200 Subject: [PATCH] Bump version to v0.36.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 78e1545fb..f2bde787a 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.36.0 (July 05, 2024) - Add `normalize` action to normalize strings (issue #691) - Add support for async schemas to `entriesFromList` util diff --git a/library/jsr.json b/library/jsr.json index a703da8a9..50db71417 100644 --- a/library/jsr.json +++ b/library/jsr.json @@ -1,5 +1,5 @@ { "name": "@valibot/valibot", - "version": "0.35.0", + "version": "0.36.0", "exports": "./src/index.ts" } diff --git a/library/package.json b/library/package.json index afcd8a5c0..6138dafef 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.35.0", + "version": "0.36.0", "license": "MIT", "author": "Fabian Hiller", "homepage": "https://valibot.dev",