Skip to content

Commit

Permalink
chore: release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 6, 2023
1 parent dd5bc8c commit 3d2dc41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
7.0.1 / 2023-03-06
==================
* fix(aggregate): added await to prevent exception in aggregate exec #13126 [lpizzinidev](https://github.com/lpizzinidev)
* fix(types): handle Record<string, never> as value for HydratedDocument TOverrides parameter #13123 #13094
* fix(types): remove "update" function #13120 [hasezoey](https://github.com/hasezoey)
* docs(compatibility): added mongoDB server compatibility for mongoose 7 #13102 [lpizzinidev](https://github.com/lpizzinidev)
* docs: Updated callback method for Model.findOne() #13096 [Arghyahub](https://github.com/Arghyahub)
* chore: update github actions to not use ubuntu-18.04 anymore #13137 [hasezoey](https://github.com/hasezoey)

6.10.1 / 2023-03-03
===================
* fix: avoid removing empty query filters in `$and` and `$or` #13086 #12898
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.0",
"version": "7.0.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 3d2dc41

Please sign in to comment.