Skip to content

Commit 06dcf36

Browse files
committed
chore(zod-nestjs): release version 2.0.10
1 parent e66f8fa commit 06dcf36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/zod-nestjs/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+
### [2.0.10](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.9...zod-nestjs-2.0.10) (2025-01-20)
6+
7+
8+
### Bug Fixes
9+
10+
* Improve array handling not fully functional (misses item type) [#215](https://github.com/anatine/zod-plugins/issues/215) ([deecf7b](https://github.com/anatine/zod-plugins/commit/deecf7b728d5a80a63c7814dd4607d369ebb8667))
11+
512
### [2.0.9](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.8...zod-nestjs-2.0.9) (2024-06-21)
613

714
### [2.0.8](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.7...zod-nestjs-2.0.8) (2024-03-29)

packages/zod-nestjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anatine/zod-nestjs",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Zod helper methods for NestJS",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)