Skip to content

Commit

Permalink
chore: release 6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 19, 2022
1 parent 852bc82 commit 2b922d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6.3.4 / 2022-05-19
==================
* fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698
* fix(document): avoid setting nested paths to null when they're undefined #11723
* fix: allow using comment with findOneAndUpdate(), count(), `distinct()` and `hint` with `findOneAndUpdate()` #11793
* fix(document): clean modified subpaths when setting nested path to null after modifying subpaths #11764
* fix(types): allow calling `deleteModel()` with RegExp in TypeScript #11812
* docs(typescript): add section on PopulatedDoc to TypeScript populate docs #11685

6.3.3 / 2022-05-09
==================
* perf: avoid leaking memory when using populate() with QueryCursor because of reusing populate options with `_docs` #11641
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.3.3",
"version": "6.3.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 2b922d5

Please sign in to comment.