We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde3afe commit 15e430eCopy full SHA for 15e430e
library/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the library will be documented in this file.
4
5
-## v1.0.0 (Month DD, YYYY)
+## v1.0.0 (March 18, 2025)
6
7
- Add `assert` method to assert values (issue #862)
8
- Add `checkItemsAsync` action (pull request #856)
library/jsr.json
@@ -1,6 +1,6 @@
1
{
"name": "@valibot/valibot",
- "version": "1.0.0-rc.4",
+ "version": "1.0.0",
"exports": "./src/index.ts",
"publish": {
"include": ["src/**/*.ts", "README.md"],
library/package.json
@@ -1,7 +1,7 @@
"name": "valibot",
"description": "The modular and type safe schema library for validating structural data",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
0 commit comments