Skip to content

Commit

Permalink
chore: release 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 29, 2023
1 parent 1cd9384 commit 20162c6
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 @@
7.5.0 / 2023-08-29
==================
* feat: allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5 #13786
* fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774
* feat: deprecate `overwrite` option for findOneAndUpdate() #13578
* feat: add pathsToSkip option for Model.validate #13663 #10353
* feat: support alias when declaring index #13659 #13276
* fix(query): remove unnecessary check for atomic operators in findOneAndReplace() #13678
* types: add SearchMeta Interface for Atlas Search #13792 [mreouven](https://github.com/mreouven)
* types(schematypes): add missing BigInt SchemaType #13787

7.4.5 / 2023-08-25
==================
* fix(debug): avoid putting virtuals and getters in debug output #13778
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.4.5",
"version": "7.5.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 20162c6

Please sign in to comment.