Skip to content

Commit 349035b

Browse files
committed
chore(zod-mock): release version 3.13.2
1 parent 50c448f commit 349035b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/zod-mock/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
### [3.13.2](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.1...zod-mock-3.13.2) (2023-07-31)
6+
7+
8+
### Bug Fixes
9+
10+
* fix `nativeEnum` generation ([7e0ed86](https://github.com/anatine/zod-plugins/commit/7e0ed860e2a075c9662537fd05a25a0db6f8bbd2)), closes [#66](https://github.com/anatine/zod-plugins/issues/66)
11+
512
### [3.13.1](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.0...zod-mock-3.13.1) (2023-06-30)
613

714
## [3.13.0](https://github.com/anatine/zod-plugins/compare/zod-mock-3.12.1...zod-mock-3.13.0) (2023-06-30)

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.1",
3+
"version": "3.13.2",
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)