Skip to content

Commit 50c448f

Browse files
committed
chore(zod-nestjs): release version 2.0.2
1 parent 18b427a commit 50c448f

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.2](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.1...zod-nestjs-2.0.2) (2023-07-31)
6+
7+
8+
### Bug Fixes
9+
10+
* **zod-nestjs:** resolve conflicting dependencies ([f71d734](https://github.com/anatine/zod-plugins/commit/f71d734669e0e70eeb93e01db08e500cb7e89e84)), closes [anatine/zod-plugins#140](https://github.com/anatine/zod-plugins/issues/140)
11+
512
### [2.0.1](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.0...zod-nestjs-2.0.1) (2023-06-30)
613

714
## [2.0.0](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.10.1...zod-nestjs-2.0.0) (2023-06-30)

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

0 commit comments

Comments
 (0)