diff --git a/.changeset/cold-actors-know.md b/.changeset/cold-actors-know.md deleted file mode 100644 index d4eea4e..0000000 --- a/.changeset/cold-actors-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mikro-orm-find-dataloader": patch ---- - -Make sure we always add populate options to the queryMap diff --git a/packages/find/CHANGELOG.md b/packages/find/CHANGELOG.md index d11cf85..f0c7e68 100644 --- a/packages/find/CHANGELOG.md +++ b/packages/find/CHANGELOG.md @@ -1,5 +1,11 @@ # mikro-orm-find-dataloader +## 2.0.1 + +### Patch Changes + +- [#9](https://github.com/darkbasic/mikro-orm-dataloaders/pull/9) [`a904df2`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/a904df20f256f25064d4c1ce482be54bad10fcdd) Thanks [@darkbasic](https://github.com/darkbasic)! - Make sure we always add populate options to the queryMap + ## 2.0.0 ### Major Changes diff --git a/packages/find/package.json b/packages/find/package.json index 062db4d..aab3f7a 100644 --- a/packages/find/package.json +++ b/packages/find/package.json @@ -1,6 +1,6 @@ { "name": "mikro-orm-find-dataloader", - "version": "2.0.0", + "version": "2.0.1", "description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.", "main": "dist/index.js", "module": "dist/index.mjs",