v11.1.21
nestjs/nestv11.1.21May 14, 2026by kamilmysliwiec
AI Summary
This release fixes a provider initialization issue where skipped providers would not settle properly during the application lifecycle.
Key Highlights
- Fixed provider initialization settlement for skipped providers.
- General maintenance release.
Full Release Notes
## v11.1.21 (2026-05-14) #### Bug fixes * `core` * [#16948](https://github.com/nestjs/nest/pull/16948) fix(core): settle skipped provider initialization ([@yudin-s](https://github.com/yudin-s)) #### Committers: 1 - Serge Yudin ([@yudin-s](https://github.com/yudin-s))