From 891c7f686589c4f5860e42fd8e9aec4b05a9a518 Mon Sep 17 00:00:00 2001 From: Brian McBride Date: Mon, 25 Jul 2022 17:12:04 -0700 Subject: [PATCH] chore(zod-mock): release version 3.5.3 --- packages/zod-mock/CHANGELOG.md | 20 ++++++++++++++++++++ packages/zod-mock/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/zod-mock/CHANGELOG.md b/packages/zod-mock/CHANGELOG.md index b234853..ffcf6ba 100644 --- a/packages/zod-mock/CHANGELOG.md +++ b/packages/zod-mock/CHANGELOG.md @@ -2,6 +2,26 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [3.5.3](https://github.com/anatine/zod-plugins/compare/zod-mock-3.5.2...zod-mock-3.5.3) (2022-07-26) + + +### Bug Fixes + +* missing readme ([581e371](https://github.com/anatine/zod-plugins/commit/581e37112c223782759635ae34937a0dfa664dc9)) +* more readme fixes ([ed36d93](https://github.com/anatine/zod-plugins/commit/ed36d935dc6bb93ab35b5212e966130ff3ba9838)) + + + +## [3.5.3](https://github.com/anatine/zod-plugins/compare/zod-mock-3.5.2...zod-mock-3.5.3) (2022-07-26) + + +### Bug Fixes + +* missing readme ([581e371](https://github.com/anatine/zod-plugins/commit/581e37112c223782759635ae34937a0dfa664dc9)) +* more readme fixes ([ed36d93](https://github.com/anatine/zod-plugins/commit/ed36d935dc6bb93ab35b5212e966130ff3ba9838)) + + + ## [3.5.2](https://github.com/anatine/zod-plugins/compare/zod-mock-3.5.1...zod-mock-3.5.2) (2022-07-24) diff --git a/packages/zod-mock/package.json b/packages/zod-mock/package.json index 915d9ba..3f0fe9e 100644 --- a/packages/zod-mock/package.json +++ b/packages/zod-mock/package.json @@ -1,6 +1,6 @@ { "name": "@anatine/zod-mock", - "version": "3.5.2", + "version": "3.5.3", "description": "Zod auto-mock object generator using Faker at @faker-js/faker", "main": "src/index.js", "types": "src/index.d.ts",