Skip to content

Commit

Permalink
chore: release 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 19, 2023
1 parent 722ab43 commit 06cd519
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
7.1.2 / 2023-05-18
==================
* fix: set timestamps on single nested subdoc in insertMany() #13416 #13343
* fix: mention model name in missing virtual option in getModelsMapForPopulate #13408 #13406 [hasezoey](https://github.com/hasezoey)
* fix: custom debug function not processing all args #13418 #13364
* docs: add virtuals schema options #13407 [hasezoey](https://github.com/hasezoey)
* docs: clarify `JSON.stringify()` virtuals docs #13273 [iatenine](https://github.com/iatenine)

7.1.1 / 2023-05-10
==================
* fix(document): handle set() from top-level underneath a map of mixed #13386
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.1.1",
"version": "7.1.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 06cd519

Please sign in to comment.