Skip to content

Commit

Permalink
Bump version to v0.33.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jun 19, 2024
1 parent 45554de commit 49d8990
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.33.2 (June 19, 2024)

- Fix type exports for JSR and Deno (pull request #663)

## v0.33.1 (June 18, 2024)

- Fix types of `partialCheck` and `partialCheckAsync` action
Expand Down
2 changes: 1 addition & 1 deletion library/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@valibot/valibot",
"version": "0.33.1",
"version": "0.33.2",
"exports": "./src/index.ts"
}
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 type safe schema library for validating structural data",
"version": "0.33.1",
"version": "0.33.2",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
Expand Down

0 comments on commit 49d8990

Please sign in to comment.