Skip to content

Commit

Permalink
chore: release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 7, 2021
1 parent 4540a29 commit 072e847
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
6.1.0 / 2021-12-07
==================
* feat(populate): support ref on subdocuments #10856
* feat(document): add `ownerDocument()` method to top-level document for consistency with subdocs #10884 [IslandRhythms](https://github.com/IslandRhythms)
* fix: upgrade to mongodb driver 4.2.1 #11032 #10985 [lorand-horvath](https://github.com/lorand-horvath) [has-n](https://github.com/has-n)
* feat(schema): support `timeseries` option for MongoDB 5 time series collections support #10611
* feat(mongoose): add global `strictPopulate` option #10694 [IslandRhythms](https://github.com/IslandRhythms)
* feat(mongoose+connection): add global `mongoose.syncIndexes()` and `Connection.prototype.syncIndexes()` #10893 [IslandRhythms](https://github.com/IslandRhythms)
* feat(query): support removing fields from projections #10630 [canac](https://github.com/canac)
* feat(aggregate): add unionWith method to aggregate #10961 [saeidasadi](https://github.com/saeidasadi)
* fix(index.d.ts): types for aggregation pipeline stages #10971 [jeremyben](https://github.com/jeremyben)

6.0.15 / 2021-12-06
===================
* fix(document): avoid overwriting schema methods when creating a new document with `new Model()` and `strict: false` #11001
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.0.15",
"version": "6.1.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 072e847

Please sign in to comment.