diff --git a/CHANGELOG.md b/CHANGELOG.md index 2deb5d136..0ac645d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ _This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog. -## [0.15.0](https://github.com/typestack/class-validator/compare/v0.14.4...v0.15.0) (2026-02-25) +## [0.15.1](https://github.com/typestack/class-validator/compare/v0.14.4...v0.15.1) (2026-02-26) ### BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 7d0ac0d41..05a09c98b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "class-validator", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "class-validator", - "version": "0.15.0", + "version": "0.15.1", "license": "MIT", "dependencies": { "@types/validator": "^13.15.3", diff --git a/package.json b/package.json index e8cc02472..f98f3251f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "class-validator", - "version": "0.15.0", + "version": "0.15.1", "description": "Decorator-based property validation for classes.", "author": "TypeStack contributors", "license": "MIT",