Skip to content

Commit

Permalink
chore: release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 14, 2023
1 parent 3742d8f commit 1db7cf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
7.3.0 / 2023-06-14
==================
* feat: upgrade mongodb -> 5.6.0 #13455 [lorand-horvath](https://github.com/lorand-horvath)
* feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript #13509
* feat(schema): support selecting subset of fields to apply optimistic concurrency to #13506 #10591
* feat(model): add `ordered` option to `Model.create()` #13472 #4038
* feat(schema): consistently add .get() function to all SchemaType classes
* feat(populate): pass virtual to match function to allow merging match options #13477 #12443
* types: allow overwriting Paths in select() to tell TypeScript which fields are projected #13478 #13224
* types(schema): add validateModifiedOnly as schema option #13503 #10153
* docs: add note about validateModifiedOnly as a schema option #13503 #10153
* docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments #13508 [Climax777](https://github.com/Climax777)
* docs(further_reading): remove style for "img" [hasezoey](https://github.com/hasezoey)

7.2.4 / 2023-06-12
==================
* fix(query): handle non-string discriminator key values in query #13496 #13492
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": "7.2.4",
"version": "7.3.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1db7cf4

Please sign in to comment.