From 43c9dbf993fa29492edba3a7eeb387f123ea4683 Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Wed, 24 Jan 2024 11:20:24 -0500 Subject: [PATCH] Bump version to v0.27.0 and update changelog --- library/CHANGELOG.md | 4 ++-- library/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 60830308f..f02a8007c 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -2,11 +2,11 @@ All notable changes to the library will be documented in this file. -## vX.X.X (Month DD, YYYY) +## v0.27.0 (January 24, 2023) - Remove `NonNullable`, `NonNullish` and `NonOptional` type -- Improve type signature of `omit`, `omitAsync`, `pick` and `pickAsync` schema to also allow read-only object keys (issue #380) - Add `NonNullableInput`, `NonNullableOutput`, `NonNullishInput`, `NonNullishOutput`, `NonOptionalInput` and `NonOptionalOutput` type +- Improve type signature of `omit`, `omitAsync`, `pick` and `pickAsync` schema to also allow read-only object keys (issue #380) - Fix type of `pipe` argument at `intersect` and `intersectAsync` schema ## v0.26.0 (January 16, 2023) diff --git a/library/package.json b/library/package.json index 825bf6e77..ba7dadd26 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.26.0", + "version": "0.27.0", "license": "MIT", "author": "Fabian Hiller", "homepage": "https://valibot.dev",