Skip to content

Commit

Permalink
Bump version to v0.27.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 28, 2024
1 parent dea4c9c commit 5c418e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c418e3

Please sign in to comment.