Skip to content

Commit eccf89f

Browse files
committed
chore: release 6.1.7
1 parent 8b587cf commit eccf89f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
6.1.7 / 2022-01-17
2+
==================
3+
* fix(model): correct handling for $push on a nested array #11108
4+
* fix(update): correctly apply timestamps to update pipelines #11151
5+
* fix(document): correctly handle modifying array subdocument after setting array subdocument to itself #11172
6+
* fix(index.d.ts): allow passing options to model() in place of removed `skipInit` #11137
7+
* fix(aggregate): allow passing verbosity to Aggregate.prototype.explain() #11144
8+
* fix(index.d.ts): avoid TypeScript inferring _id as any type with HydratedDocument #11085
9+
* docs: fix Node.js Driver compat link #11214 [wesbos](https://github.com/wesbos)
10+
* docs: remove extraneous backquote #11204 [joebowbeer](https://github.com/joebowbeer)
11+
112
6.1.6 / 2022-01-10
213
==================
314
* perf(document): delay creating document event emitter until used to improve memory usage, several small improvements to improve initing docs with large arrays #10400

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

0 commit comments

Comments
 (0)