We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7937e14 commit 00ec91cCopy full SHA for 00ec91c
packages/zod/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @autoform/zod
2
3
+## 3.1.0
4
+
5
+### Minor Changes
6
7
+- Fix versioning
8
9
## 3.0.0
10
11
### Major Changes
packages/zod/package.json
@@ -1,6 +1,6 @@
{
"name": "@autoform/zod",
- "version": "3.0.0",
+ "version": "3.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
0 commit comments