From ba8dabcb14b7ba48e882c876dcb02aa9a9750020 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Jan 2025 00:12:12 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/toiroakr/zod-empty/compare/v1.3.2...v1.3.3) (2025-01-10) ### Bug Fixes * test ([4465ca7](https://github.com/toiroakr/zod-empty/commit/4465ca7b24a7026823e53ec187cf88c05a9d41d3)) * update init function to handle nullable types and add UUID test case ([fdada69](https://github.com/toiroakr/zod-empty/commit/fdada69528696f7af564d904a49c3cec0827f5e7)) * update init function to return output type and handle UUID generation for ZodString ([9d7a1b7](https://github.com/toiroakr/zod-empty/commit/9d7a1b72ffde53e150db79c73476a204452f4ba4)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c66315..5cb4644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.3](https://github.com/toiroakr/zod-empty/compare/v1.3.2...v1.3.3) (2025-01-10) + + +### Bug Fixes + +* test ([4465ca7](https://github.com/toiroakr/zod-empty/commit/4465ca7b24a7026823e53ec187cf88c05a9d41d3)) +* update init function to handle nullable types and add UUID test case ([fdada69](https://github.com/toiroakr/zod-empty/commit/fdada69528696f7af564d904a49c3cec0827f5e7)) +* update init function to return output type and handle UUID generation for ZodString ([9d7a1b7](https://github.com/toiroakr/zod-empty/commit/9d7a1b72ffde53e150db79c73476a204452f4ba4)) + ## [1.3.2](https://github.com/toiroakr/zod-empty/compare/v1.3.1...v1.3.2) (2025-01-08) diff --git a/package-lock.json b/package-lock.json index ece76a1..55e1760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zod-empty", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zod-empty", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "just-clone": "6.2.0" diff --git a/package.json b/package.json index 7c96dac..4b05342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-empty", - "version": "1.3.2", + "version": "1.3.3", "description": "generate minimum data from zod schema.", "types": "./cjs/index.d.ts", "main": "./cjs/index.cjs",