Skip to content

Commit

Permalink
chore: release 7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 13, 2023
1 parent a72c023 commit 8cbb224
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
7.6.2 / 2023-10-13
==================
* perf: avoid storing a separate entry in schema subpaths for every element in an array #13953 #13874
* fix(document): avoid triggering setter when initializing Model.prototype.collection to allow defining collection as a schema path name #13968 #13956
* fix(model): make bulkSave() save changes in discriminator paths if calling bulkSave() on base model #13959 #13907
* fix(document): allow calling $model() with no args for TypeScript #13963 #13878
* fix(schema): handle embedded discriminators defined using Schema.prototype.discriminator() #13958 #13898
* types(model): make InsertManyResult consistent with return type of insertMany #13965 #13904
* types(models): add cleaner type definitions for insertMany() with no generics to prevent errors when using insertMany() in generic classes #13964 #13957
* types(schematypes): allow defining map path using type: 'Map' in addition to type: Map #13960 #13755

7.6.1 / 2023-10-09
==================
* fix: bump bson to match mongodb@5.9.0 exactly #13947 [hasezoey](https://github.com/hasezoey)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.6.1",
"version": "7.6.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8cbb224

Please sign in to comment.