Skip to content

Commit

Permalink
chore: release 7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 11, 2023
1 parent 513340a commit 86d6009
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
7.4.3 / 2023-08-11
==================
* fix: avoid applying map property getters when saving #13704 #13657
* fix(query): allow deselecting discriminator key #13722 #13679
* types(models+query): return lean type when passing QueryOptions with lean: true to relevant model functions like find() and findOne() #13721 #13705
* types(schema): correct return type for Schema.prototype.indexes() #13718 #13702
* types: allow accessing options from pre middleware #13708 #13633
* types: add UpdateQueryKnownOnly type for stricter UpdateQuery type checking #13699 #13630
* types(schema): support required: { isRequired: true } syntax in schema definition #13680
* docs(middleware): clarify that doc.deleteOne() doesn't run query middleware currently #13707 #13669

7.4.2 / 2023-08-03
==================
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
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.2",
"version": "7.4.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 86d6009

Please sign in to comment.