From 1b938d997a827082e137c6cafc3065e6a3700992 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 17 Apr 2023 12:43:53 -0400 Subject: [PATCH] chore: release 7.0.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e9fabefb5..b3ba77fcaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 78cb7bfb75a..36f12f68544 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.0.3", + "version": "7.0.4", "author": "Guillermo Rauch ", "keywords": [ "mongodb",