Skip to content

Commit

Permalink
chore: release 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 8, 2024
1 parent 68a7f6d commit e359b99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
8.3.1 / 2024-04-08
==================
* fix(document): make update minimization unset property rather than setting to null #14504 #14445
* fix(model): make Model.recompileSchema() also re-apply discriminators #14500 #14444
* fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492
* fix: update kareem -> 2.6.3 for index.d.ts #14508 #14497
* fix(mongoose): make setDriver() update mongoose.model() connections and collections #14505
* types(validation): support function for validator message property, and add support for accessing validator reason #14499 #14496
* docs: remove typo #14501 [epmartini](https://github.com/epmartini)

8.3.0 / 2024-04-03
==================
* feat: use mongodb@6.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.3.0",
"version": "8.3.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e359b99

Please sign in to comment.