From 3178bbb64e83cd14418a6a868e02703ef0b8f188 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 28 Mar 2024 14:15:28 -0400 Subject: [PATCH] chore: release 8.2.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6b8afa365..9f4783a393f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +8.2.4 / 2024-03-28 +================== + * types(query): bring "getFilter" and "getQuery" in-line with "find" and other types #14463 [noseworthy](https://github.com/noseworthy) + * types(schema): re-export the defintion for SearchIndexDescription #14464 + * docs: removed unused hook from docs #14461 [bernardarhia](https://github.com/bernardarhia) + 8.2.3 / 2024-03-21 ================== * fix(schema): avoid returning string 'nested' as schematype #14453 #14443 #14435 diff --git a/package.json b/package.json index 6665e4a30a5..53c54792d4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.2.3", + "version": "8.2.4", "author": "Guillermo Rauch ", "keywords": [ "mongodb",