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",