Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haiweilian committed Jan 17, 2025
1 parent 87000a7 commit 4dde0ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.

### [0.14.2](https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.2) (2024-10-18)
### [0.14.2](https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.2) (2025-01-17)

#### Added

Expand All @@ -12,6 +12,8 @@ _This changelog follows the [keep a changelog][keep-a-changelog]_ format to main

- fix forbidUnknownValues to true by default when validatorOptions is undefined ([#2196](https://github.com/typestack/class-validator/issues/2196)) , closes [#1906](https://github.com/typestack/class-validator/issues/1906)

- fix options receiving error in `@IsBase64` decorator ([#2549](https://github.com/typestack/class-validator/issues/2549)) , closes [#2548](https://github.com/typestack/class-validator/issues/2548)

#### Changed

- update `libphonenumber-js` to `^1.11.1` from `^1.10.53`
Expand Down

0 comments on commit 4dde0ef

Please sign in to comment.