Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jun 4, 2024
1 parent 685d7e7 commit ed73626
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [6.0.2](https://github.com/mikro-orm/nestjs/compare/v6.0.1...v6.0.2) (2024-06-04)

### Bug Fixes

* allow dev versions of `@mikro-orm/core` ([685d7e7](https://github.com/mikro-orm/nestjs/commit/685d7e7))
* register `MongoMikroORM` provider even if we fail to infer driver from config and there is mongo installed ([7e73205](https://github.com/mikro-orm/nestjs/commit/7e73205))


# [6.0.1](https://github.com/mikro-orm/nestjs/compare/v6.0.0...v6.0.1) (2024-05-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/nestjs",
"version": "6.0.1",
"version": "6.0.2",
"license": "MIT",
"author": {
"name": "Martin Adamek",
Expand Down

0 comments on commit ed73626

Please sign in to comment.