Skip to content

Commit

Permalink
chore: release 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 2, 2022
1 parent eb0887f commit b9dabb9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
6.3.2 / 2022-05-02
==================
* perf: avoid registering event listeners on subdocuments to reduce memory usage #11541
* fix(setDefaultsOnInsert): set default if sibling of nested path is $set #11668
* perf(document): remove unnecessary workaround for ignoring subpaths of arrays #11541
* fix(types): various fixes and improvements for types #11650 [taxilian](https://github.com/taxilian)
* fix(types): make mongoose typings work without esmModuleInterop true #11695 [Uzlopak](https://github.com/Uzlopak)
* fix(types): support populate(path, fields, model) syntax #11649 #11598 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
* fix(types): correct SchemaTypeOptions.get function signature #11561
* fix: fix browser build for Webpack 5 #11717
* docs: improve readme #11705 [mahendrap1512](https://github.com/mahendrap1512)

6.3.1 / 2022-04-21
==================
* perf: improve perf of key order #11639 [Uzlopak](https://github.com/Uzlopak)
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.1",
"version": "6.3.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b9dabb9

Please sign in to comment.