From 06cd519ad659d37633a034bce0bfa77a5dc78a58 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 18 May 2023 21:11:10 -0400 Subject: [PATCH] chore: release 7.1.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2485c6cab7a..ec2ba6c6e79 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index fe4b870279e..496042b6109 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.1.1", + "version": "7.1.2", "author": "Guillermo Rauch ", "keywords": [ "mongodb",