Skip to content

Commit 15e430e

Browse files
committed
Bump version of library to 1.0.0
1 parent bde3afe commit 15e430e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the library will be documented in this file.
44

5-
## v1.0.0 (Month DD, YYYY)
5+
## v1.0.0 (March 18, 2025)
66

77
- Add `assert` method to assert values (issue #862)
88
- Add `checkItemsAsync` action (pull request #856)

library/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valibot/valibot",
3-
"version": "1.0.0-rc.4",
3+
"version": "1.0.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": ["src/**/*.ts", "README.md"],

library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valibot",
33
"description": "The modular and type safe schema library for validating structural data",
4-
"version": "1.0.0-rc.4",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)