Skip to content

Commit 06cd519

Browse files
committed
chore: release 7.1.2
1 parent 722ab43 commit 06cd519

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
7.1.2 / 2023-05-18
2+
==================
3+
* fix: set timestamps on single nested subdoc in insertMany() #13416 #13343
4+
* fix: mention model name in missing virtual option in getModelsMapForPopulate #13408 #13406 [hasezoey](https://github.com/hasezoey)
5+
* fix: custom debug function not processing all args #13418 #13364
6+
* docs: add virtuals schema options #13407 [hasezoey](https://github.com/hasezoey)
7+
* docs: clarify `JSON.stringify()` virtuals docs #13273 [iatenine](https://github.com/iatenine)
8+
19
7.1.1 / 2023-05-10
210
==================
311
* fix(document): handle set() from top-level underneath a map of mixed #13386

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.1.1",
4+
"version": "7.1.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)