diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c935bb5..9ef4b7ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ _This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog. +## [0.14.4](https://github.com/typestack/class-validator/compare/v0.14.3...v0.14.4) (2026-01-13) + +- Updated validator.js to 13.15.22 ([#2649](https://github.com/typestack/class-validator/pull/2649)) + ## [0.14.3](https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.3) (2025-11-24) - Fixed a vulnerability by bumping validator.js ([#2638](https://github.com/typestack/class-validator/pull/2638) by [@weikangchia](https://github.com/weikangchia)) diff --git a/package-lock.json b/package-lock.json index 62986617d..a4e888f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "class-validator", - "version": "0.14.3", + "version": "0.14.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "class-validator", - "version": "0.14.3", + "version": "0.14.4", "license": "MIT", "dependencies": { "@types/validator": "^13.15.3", diff --git a/package.json b/package.json index 27f7a26e3..d92016429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "class-validator", - "version": "0.14.3", + "version": "0.14.4", "description": "Decorator-based property validation for classes.", "author": "TypeStack contributors", "license": "MIT",