Skip to content

Commit 9e549d3

Browse files
committed
chore: add v6 changelog
1 parent 7c7aace commit 9e549d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [6.0.0](https://github.com/mikro-orm/nestjs/compare/v5.2.3...v6.0.0) (2023-08-23)
2+
3+
### Features
4+
5+
* support MikroORM v6 ([#153](https://github.com/mikro-orm/nestjs/issues/153)) ([a3ad8d6](https://github.com/mikro-orm/nestjs/commit/a3ad8d6))
6+
* register driver specific MikroORM provider ([#176](https://github.com/mikro-orm/nestjs/issues/176)) ([d65b268](https://github.com/mikro-orm/nestjs/commit/d65b268))
7+
8+
### Bug Fixes
9+
10+
* await `useFactory` resolution when registering MikroORM with `forRootAsync` ([#166](https://github.com/mikro-orm/nestjs/issues/166)) ([ae637bd](https://github.com/mikro-orm/nestjs/commit/ae637bd))
11+
12+
### BREAKING CHANGES
13+
14+
- MikroORM v6 and Nest v10 required
15+
- Node 18.12+ and TS 5.0+ required
16+
- https://mikro-orm.io/docs/upgrading-v5-to-v6
17+
18+
119
# [5.2.3](https://github.com/mikro-orm/nestjs/compare/v5.2.2...v5.2.3) (2023-08-23)
220

321
### Features

0 commit comments

Comments
 (0)