Skip to content

Commit

Permalink
chore: release 6.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 30, 2022
1 parent b60d0e6 commit 803a786
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
6.5.4 / 2022-08-30
==================
* fix(document): allow calling $assertPopulated() with values to better support manual population #12233
* fix(connection+mongoose): better handling for calling model() with 1 argument #12359
* fix(model): allow defining discriminator virtuals and methods using schema options #12326
* fix(types): fix MongooseQueryMiddleware missing "findOneAndReplace" and "replaceOne" #12330 #12329 [Jule-](https://github.com/Jule-) [lpizzinidev](https://github.com/lpizzinidev)
* fix(types): fix replaceOne return type #12351 [lpizzinidev](https://github.com/lpizzinidev)
* fix(types): use this for return type from $assertPopulated() #12234
* docs: highlight how to connect using auth in README #12354 [AntonyOnScript](https://github.com/AntonyOnScript)
* docs: improve jsdoc comments for private methods #12337 [hasezoey](https://github.com/hasezoey)
* docs: fix minor typo in compatibility table header #12355 [skyme5](https://github.com/skyme5)

6.5.3 / 2022-08-24
==================
* fix(document): handle maps when applying defaults to nested paths #12322
Expand Down

0 comments on commit 803a786

Please sign in to comment.