Skip to content

Commit ab39709

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-11-30) ### Features * Set up automated release process with semantic-release and GitHub Actions, including initial changelog. ([1f10d91](1f10d91))
1 parent 39741bd commit ab39709

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.0 (2025-11-30)
2+
3+
### Features
4+
5+
* Set up automated release process with semantic-release and GitHub Actions, including initial changelog. ([1f10d91](https://github.com/chrismichaelps/prazod/commit/1f10d91d0ce7ec154a482d9157dffc6beeedd964))
6+
17
# Changelog
28

39
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prazod",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
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",
@@ -84,4 +84,4 @@
8484
"node": ">=22.0.0"
8585
},
8686
"packageManager": "pnpm@10.24.0"
87-
}
87+
}

0 commit comments

Comments
 (0)