Skip to content

Commit

Permalink
chore: release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 24, 2024
1 parent 0d54bea commit 6b3f998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
8.1.1 / 2024-01-24
==================
* fix(model): throw readable error when calling Model() with a string instead of model() #14288 #14281
* fix(document): handle setting nested path to spread doc with extra properties #14287 #14269
* types(query): add back context and setDefaultsOnInsert as Mongoose-specific query options #14284 #14282
* types(query): add missing runValidators back to MongooseQueryOptions #14278 #14275

8.1.0 / 2024-01-16
==================
* feat: upgrade MongoDB driver -> 6.3.0 #14241 #14189 #14108 #14104
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.1.0",
"version": "8.1.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 6b3f998

Please sign in to comment.