Skip to content

Commit 2c21ee1

Browse files
committed
chore(main): release 2.0.1-beta.6
1 parent 789d929 commit 2c21ee1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-beta.6"
2+
".": "2.0.1-beta.6"
33
}

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.1-beta.6](https://github.com/soc221b/zod-schema-faker/compare/2.0.0-beta.6...2.0.1-beta.6) (2025-09-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** pin dependency zod to 4.1.9 ([#576](https://github.com/soc221b/zod-schema-faker/issues/576)) ([fc793b6](https://github.com/soc221b/zod-schema-faker/commit/fc793b673195865a907ad949a40c5d7cfa348162))
11+
* **deps:** update dependency @faker-js/faker to v10 ([#562](https://github.com/soc221b/zod-schema-faker/issues/562)) ([9166692](https://github.com/soc221b/zod-schema-faker/commit/916669274f1737a1afda8dd4a60f8d24d4560d9c))
12+
* **deps:** update dependency zod to v4.1.9 ([#539](https://github.com/soc221b/zod-schema-faker/issues/539)) ([00ea8ca](https://github.com/soc221b/zod-schema-faker/commit/00ea8ca705c4c722033e3d8d21be5f9d8eec2f9b))
13+
* type ([#577](https://github.com/soc221b/zod-schema-faker/issues/577)) ([789d929](https://github.com/soc221b/zod-schema-faker/commit/789d92985ea8ef670da4a4095e00a000eb647ad2))
14+
515
## [2.0.0-beta.6](https://github.com/soc221b/zod-schema-faker/compare/2.0.0-beta.5...2.0.0-beta.6) (2025-08-02)
616

717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-schema-faker",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.1-beta.6",
44
"description": "Generates mock data from zod schema. Powered by @faker-js/faker and randexp.js",
55
"keywords": [
66
"zod",

0 commit comments

Comments
 (0)