Skip to content

Commit 6b3f998

Browse files
committed
chore: release 8.1.1
1 parent 0d54bea commit 6b3f998

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.1.1 / 2024-01-24
2+
==================
3+
* fix(model): throw readable error when calling Model() with a string instead of model() #14288 #14281
4+
* fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
5+
* types(query): add back context and setDefaultsOnInsert as Mongoose-specific query options #14284 #14282
6+
* types(query): add missing runValidators back to MongooseQueryOptions #14278 #14275
7+
18
8.1.0 / 2024-01-16
29
==================
310
* feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104

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.1.0",
4+
"version": "8.1.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)