Skip to content

Commit

Permalink
chore: release 7.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 21, 2024
1 parent be48a21 commit 32f1ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
7.6.12 / 2024-05-21
===================
* fix(array): avoid converting to $set when calling pull() on an element in the middle of the array #14531 #14502
* fix: bump mongodb driver to 5.9.2 #14561 [lorand-horvath](https://github.com/lorand-horvath)
* fix(update): cast array of strings underneath doc array with array filters #14605 #14595

7.6.11 / 2024-04-11
===================
* fix(populate): avoid match function filtering out null values in populate result #14518
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.11",
"version": "7.6.12",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 32f1ee1

Please sign in to comment.