From 979b534334760c3e5a1bf203313b1acae62037a3 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Wed, 3 Apr 2024 14:23:10 -0400 Subject: [PATCH] chore: release 8.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4783a393f..a7c176ba49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +8.3.0 / 2024-04-03 +================== + * feat(document): add validateAllPaths option to validate() and validateSync() #14467 #14414 + * feat: pathsToSave option to save() function #14385 #9583 + * feat(query): add options parameter to Query.prototype.sort() #14375 #14365 + * feat: add function SchemaType.prototype.validateAll #14434 #6910 + * fix: handle array schema definitions with of keyword #14447 #14416 + * types: add overwriteMiddlewareResult and skipMiddlewareFunction to types #14328 #14829 + 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) diff --git a/package.json b/package.json index d520f041abe..7105e957201 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.2.4", + "version": "8.3.0", "author": "Guillermo Rauch ", "keywords": [ "mongodb",