diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index f02a8007c..4e8744d2b 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the library will be documented in this file. +## v0.27.1 (January 28, 2023) + +- Fix missing file extension for Deno (pull request #387) + ## v0.27.0 (January 24, 2023) - Remove `NonNullable`, `NonNullish` and `NonOptional` type diff --git a/library/package.json b/library/package.json index ba7dadd26..15ef64edf 100644 --- a/library/package.json +++ b/library/package.json @@ -1,7 +1,7 @@ { "name": "valibot", "description": "The modular and TypeScript-first schema library", - "version": "0.27.0", + "version": "0.27.1", "license": "MIT", "author": "Fabian Hiller", "homepage": "https://valibot.dev",