Skip to content

Commit 819fbec

Browse files
committed
chore(zod-nestjs): release version 2.0.12
1 parent d4d2d15 commit 819fbec

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.12](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.11...zod-nestjs-2.0.12) (2025-04-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **zod-nestjs:** typo in @nestjs/swagger peerDep ([e9aa147](https://github.com/anatine/zod-plugins/commit/e9aa1473ade24687edeb6b35d18aa632e1962113))
11+
512
### [2.0.11](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.10...zod-nestjs-2.0.11) (2025-04-04)
613

714
### [2.0.11](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.10...zod-nestjs-2.0.11) (2025-04-04)

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.11",
3+
"version": "2.0.12",
44
"description": "Zod helper methods for NestJS",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)