Skip to content

Commit

Permalink
chore: release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 3, 2024
1 parent 7803d80 commit 979b534
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.2.4",
"version": "8.3.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 979b534

Please sign in to comment.