Skip to content

Commit 4d14741

Browse files
committed
Update changelog and bump version to 0.1.2 for Zod to Valibot codemod
1 parent 3cb9fde commit 4d14741

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

codemod/zod-to-valibot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.1.2 (December 07, 2025)
6+
7+
- Update CLI usage to use scoped package name `@valibot/zod-to-valibot`
8+
59
## v0.1.1 (December 06, 2025)
610

711
- Fix CLI `jscodeshift` resolution when installed via `npx`

codemod/zod-to-valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@valibot/zod-to-valibot",
33
"description": "Official codemod for converting Zod schemas to Valibot",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"author": "Elton Lobo",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)