Skip to content

Commit 67b15a9

Browse files
committed
chore(zod-mock): release version 3.14.0
1 parent 3dcdde3 commit 67b15a9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/zod-mock/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [3.14.0](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.5...zod-mock-3.14.0) (2025-04-04)
6+
7+
8+
### Features
9+
10+
* **zod-mock:** add support for readonly fields ([486eb3a](https://github.com/anatine/zod-plugins/commit/486eb3a1f6d3239609388fff5c74c9ed73c5a099))
11+
12+
13+
### Bug Fixes
14+
15+
* **zod-mock:** update peer dependency range for @faker-js/faker to include ^9.x ([6a89566](https://github.com/anatine/zod-plugins/commit/6a89566d1baae63e20675a703d8318939a5db66e))
16+
517
### [3.13.5](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.4...zod-mock-3.13.5) (2025-01-20)
618

719

packages/zod-mock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anatine/zod-mock",
3-
"version": "3.13.5",
3+
"version": "3.14.0",
44
"description": "Zod auto-mock object generator using Faker at @faker-js/faker",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)