Skip to content

Commit

Permalink
Bump version of library to 1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 15, 2025
1 parent d7da8f4 commit 2b907eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valibot/valibot",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"exports": "./src/index.ts",
"publish": {
"include": ["src/**/*.ts", "README.md"],
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 type safe schema library for validating structural data",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
Expand Down

0 comments on commit 2b907eb

Please sign in to comment.