Skip to content

Commit

Permalink
chore: release 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 24, 2022
1 parent b2af0fe commit 695d73a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
6.7.0 / 2022-10-24
==================
* feat: upgrade to mongodb driver 4.11.0 #12446
* feat: add UUID Schema Type (BSON Buffer SubType 4) #12268 #3208 [hasezoey](https://github.com/hasezoey)
* feat(aggregation): add $fill pipeline stage #12545 [raphael-papazikas](https://github.com/raphael-papazikas)
* feat(types+schema): allow defining schema paths using mongoose.Types.* to work around TS type inference issues #12352
* feat(schema): add alias() method that makes it easier to define multiple aliases for a given path #12368
* feat(model): add mergeHooks option to Model.discriminator() to avoid duplicate hooks #12542
* feat(document): add $timestamps() method to set timestamps for save(), bulkSave(), and insertMany() #12540

6.6.7 / 2022-10-21
==================
* fix: correct browser build and improve isAsyncFunction check for browser #12577 #12576 #12392
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.6.7",
"version": "6.7.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 695d73a

Please sign in to comment.