Skip to content

Commit 6877365

Browse files
committed
chore(): release v4.0.1
1 parent a58aa78 commit 6877365

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [4.0.1](https://github.com/seedium/nestjs-validation/compare/4.0.0...4.0.1) (2024-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* expose original data publicly in validation exception ([a58aa78](https://github.com/seedium/nestjs-validation/commit/a58aa784ddbb480ca50610ab5dbb67bbc19d4f49))
9+
* use defer for on response hook and pass original data to exception ([57d0c4d](https://github.com/seedium/nestjs-validation/commit/57d0c4d6074ceebcbabdcaee2708bafd2b7d4ea3))
10+
311
# [4.0.0](https://github.com/seedium/nestjs-validation/compare/3.0.1...4.0.0) (2023-07-12)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-validation",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Validation module for NestJS application",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)