Skip to content

Commit

Permalink
chore: release 7.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 25, 2023
1 parent 13c2ad0 commit e12ae3f
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.4.5 / 2023-08-25
==================
* fix(debug): avoid putting virtuals and getters in debug output #13778
* fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
* fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720

6.12.0 / 2023-08-24
===================
* feat: use mongodb driver v4.17.1
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.4.4",
"version": "7.4.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e12ae3f

Please sign in to comment.