Skip to content

Commit

Permalink
chore: release 6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 30, 2022
1 parent aaf719a commit 0eda12a
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.7.5 / 2022-11-30
==================
* fix(schema): copy indexes when calling add() with schema instance #12737 #12654
* fix(query): handle deselecting _id when another field has schema-level select: false #12736 #12670
* fix(types): support using UpdateQuery in bulkWrite() #12742 #12595
* docs(middleware): added note about execution policy on subdocuments #12735 #12694 [lpizzinidev](https://github.com/lpizzinidev)
* docs(validation): clarify context for update validators in validation docs #12738 #12655 [IslandRhythms](https://github.com/IslandRhythms)

6.7.4 / 2022-11-28
==================
* fix: allow setting global strictQuery after Schema creation #12717 #12703 [lpizzinidev](https://github.com/lpizzinidev)
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.7.4",
"version": "6.7.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 0eda12a

Please sign in to comment.