Skip to content

Commit

Permalink
chore: release 7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 17, 2023
1 parent d7b2bde commit 8831f03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
7.6.3 / 2023-10-17
==================
* fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951
* fix(update): avoid applying defaults on query filter when upserting with empty update #13983 #13962
* fix(model): add versionKey to bulkWrite when inserting or upserting #13981 #13944
* docs: fix typo in timestamps docs #13976 [danielcoker](https://github.com/danielcoker)

7.6.2 / 2023-10-13
==================
* perf: avoid storing a separate entry in schema subpaths for every element in an array #13953 #13874
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": "7.6.2",
"version": "7.6.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8831f03

Please sign in to comment.