Skip to content

Commit

Permalink
chore: release 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 17, 2022
1 parent 8b587cf commit eccf89f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
6.1.7 / 2022-01-17
==================
* fix(model): correct handling for $push on a nested array #11108
* fix(update): correctly apply timestamps to update pipelines #11151
* fix(document): correctly handle modifying array subdocument after setting array subdocument to itself #11172
* fix(index.d.ts): allow passing options to model() in place of removed `skipInit` #11137
* fix(aggregate): allow passing verbosity to Aggregate.prototype.explain() #11144
* fix(index.d.ts): avoid TypeScript inferring _id as any type with HydratedDocument #11085
* docs: fix Node.js Driver compat link #11214 [wesbos](https://github.com/wesbos)
* docs: remove extraneous backquote #11204 [joebowbeer](https://github.com/joebowbeer)

6.1.6 / 2022-01-10
==================
* perf(document): delay creating document event emitter until used to improve memory usage, several small improvements to improve initing docs with large arrays #10400
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": "6.1.6",
"version": "6.1.7",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit eccf89f

Please sign in to comment.