Skip to content

Commit

Permalink
chore: release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 17, 2022
1 parent 259cc7f commit f858619
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
6.4.0 / 2022-06-17
==================
* feat: upgrade mongodb driver -> 4.7.0 #11909 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript #11843
* feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way #11900
* feat(types): add helpers to infer schema type automatically #11563 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
* feat: add `transform` option to `lean()` #10423 [IslandRhythms](https://github.com/IslandRhythms)
* feat(base): add support to set default immutable for createdAt globally #11888 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix: make doValidate() on document array elements run validation on the whole subdoc #11902
* feat(types): add expression typings to Aggregate stages #11370 [Uzlopak](https://github.com/Uzlopak)
* fix: remove `on` from schema reserved keys #11580 [IslandRhythms](https://github.com/IslandRhythms)

6.3.9 / 2022-06-17
==================
* fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
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.3.9",
"version": "6.4.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit f858619

Please sign in to comment.