Skip to content

Commit 80d5a18

Browse files
Merge pull request #1424 from open-circle/valibot-v1.3
Bump version to 1.3.0 and update changelog for release
2 parents d794895 + 711f676 commit 80d5a18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-
## vX.X.X (Month DD, YYYY)
5+
## v1.3.0 (March 17, 2026)
66

77
- Add `guard` transformation action to narrow types using type predicates (pull request #1204)
88
- Add `parseBoolean` transformation action to parse boolean values from strings and other types (pull request #1251)

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.2.0",
3+
"version": "1.3.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.2.0",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)