Skip to content

Commit

Permalink
chore: release 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 14, 2022
1 parent c35dfdd commit 71478c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
6.6.1 / 2022-09-14
==================
* fix: correctly apply defaults after subdoc init #12328
* fix(array): avoid using default _id when using pull() #12294
* fix: allow null values inside $expr objects #12429 [MartinDrost](https://github.com/MartinDrost)
* fix(query): use correct Query constructor when cloning query #12418
* docs(website): remove setting "latest38x" which is not used anywhere #12396 [hasezoey](https://github.com/hasezoey)

6.6.0 / 2022-09-08
==================
* feat: upgrade mongodb driver -> 4.9.1 #12370 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
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.6.0",
"version": "6.6.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 71478c4

Please sign in to comment.