Skip to content

Commit

Permalink
chore: release 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 17, 2023
1 parent d3ea3ab commit 1b938d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
7.0.4 / 2023-04-17
==================
* fix(schema): fix dangling reference to virtual in tree after removeVirtual() #13255 #13085
* fix(query): cast query filters on `findOneAndUpdate()` #13220 #13219 [dermasmid](https://github.com/dermasmid)
* types(model): aligned watch() type for mongodb 4.6.0 #13208 #13206
* docs: fix async function anchors #13226 [hasezoey](https://github.com/hasezoey)
* docs: fix schema syntax in exemple #13262 [c-marc](https://github.com/c-marc)
* docs: rework scripts to allow easier setting of current and past versions #13222
#13148 [hasezoey](https://github.com/hasezoey)

6.10.5 / 2023-04-06
===================
* fix(model): execute valid write operations if calling bulkWrite() with ordered: false #13218 #13176
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.0.3",
"version": "7.0.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1b938d9

Please sign in to comment.