Skip to content

Commit ecb0249

Browse files
committed
chore: release 7.1.1
1 parent f8244bd commit ecb0249

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
7.1.1 / 2023-05-10
2+
==================
3+
* fix(document): handle set() from top-level underneath a map of mixed #13386
4+
* fix: don't modify passed options object to `createConnection()` #13376
5+
* types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
6+
* types: handle union types in FlattenMaps #13368 #13346 [Jokero](https://github.com/Jokero)
7+
* types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
8+
* types: update document.d.ts $set function params to match set #13304 [jeffersonlipsky](https://github.com/jeffersonlipsky)
9+
* docs: add excludeIndexes to the guide schema options list #13377 #13287
10+
* docs: fix broken "fork me" on home page #13336
11+
112
6.11.1 / 2023-05-08
213
===================
314
* fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340

package.json

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

0 commit comments

Comments
 (0)