Skip to content

Commit e359b99

Browse files
committed
chore: release 8.3.1
1 parent 68a7f6d commit e359b99

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.3.1 / 2024-04-08
2+
==================
3+
* fix(document): make update minimization unset property rather than setting to null #14504 #14445
4+
* fix(model): make Model.recompileSchema() also re-apply discriminators #14500 #14444
5+
* fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492
6+
* fix: update kareem -> 2.6.3 for index.d.ts #14508 #14497
7+
* fix(mongoose): make setDriver() update mongoose.model() connections and collections #14505
8+
* types(validation): support function for validator message property, and add support for accessing validator reason #14499 #14496
9+
* docs: remove typo #14501 [epmartini](https://github.com/epmartini)
10+
111
8.3.0 / 2024-04-03
212
==================
313
* feat: use [email protected]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)