Skip to content

Commit

Permalink
chore: release 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 10, 2023
1 parent f8244bd commit ecb0249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
7.1.1 / 2023-05-10
==================
* fix(document): handle set() from top-level underneath a map of mixed #13386
* fix: don't modify passed options object to `createConnection()` #13376
* types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
* types: handle union types in FlattenMaps #13368 #13346 [Jokero](https://github.com/Jokero)
* types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
* types: update document.d.ts $set function params to match set #13304 [jeffersonlipsky](https://github.com/jeffersonlipsky)
* docs: add excludeIndexes to the guide schema options list #13377 #13287
* docs: fix broken "fork me" on home page #13336

6.11.1 / 2023-05-08
===================
* fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.1.0",
"version": "7.1.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit ecb0249

Please sign in to comment.