Skip to content

Commit 762f53f

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2025-11-30) ### Bug Fixes * remove test step from prepublishOnly to fix CI release ([1f8ef88](1f8ef88))
1 parent 0a75342 commit 762f53f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.1](https://github.com/chrismichaelps/prazod/compare/v1.0.0...v1.0.1) (2025-11-30)
2+
3+
### Bug Fixes
4+
5+
* remove test step from prepublishOnly to fix CI release ([1f8ef88](https://github.com/chrismichaelps/prazod/commit/1f8ef888b895ed7b9befd53cf3224f1397bbed4b))
6+
17
## 1.0.0 (2025-11-30)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prazod",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A CLI that keeps your Zod schemas in sync with your Prisma models. It generates modular, type-safe validation files automatically, ensuring your database and application logic stay aligned.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)