Skip to content

Commit e2d63df

Browse files
authored
merge: release v0.10.1 (#992)
1 parent dd93e36 commit e2d63df

File tree

4 files changed

+390
-435
lines changed

4 files changed

+390
-435
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog and release notes
22

3+
## [0.10.1](https://github.com/typestack/routing-controllers/compare/v0.10.0...v0.10.1) (2023-01-13)
4+
5+
### Changed
6+
7+
- `class-validator` package updated to `0.14.0` from `0.13.2`
8+
- Note: class-validator 0.14.0 enables `forbidUnknownValues` by default, but this is overridden in routing-controllers to prevent a breaking change. You can still enable it like before.
9+
- `koa` package updated to `2.14.1` from `2.13.4`
10+
- updated various dev dependencies
11+
312
## [0.10.0](https://github.com/typestack/routing-controllers/compare/v0.9.0...v0.10.0) (2022-12-9)
413

514
### Added

0 commit comments

Comments
 (0)