Skip to content

Commit 8cbb224

Browse files
committed
chore: release 7.6.2
1 parent a72c023 commit 8cbb224

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
7.6.2 / 2023-10-13
2+
==================
3+
* perf: avoid storing a separate entry in schema subpaths for every element in an array #13953 #13874
4+
* fix(document): avoid triggering setter when initializing Model.prototype.collection to allow defining collection as a schema path name #13968 #13956
5+
* fix(model): make bulkSave() save changes in discriminator paths if calling bulkSave() on base model #13959 #13907
6+
* fix(document): allow calling $model() with no args for TypeScript #13963 #13878
7+
* fix(schema): handle embedded discriminators defined using Schema.prototype.discriminator() #13958 #13898
8+
* types(model): make InsertManyResult consistent with return type of insertMany #13965 #13904
9+
* types(models): add cleaner type definitions for insertMany() with no generics to prevent errors when using insertMany() in generic classes #13964 #13957
10+
* types(schematypes): allow defining map path using type: 'Map' in addition to type: Map #13960 #13755
11+
112
7.6.1 / 2023-10-09
213
==================
314
* fix: bump bson to match mongodb@5.9.0 exactly #13947 [hasezoey](https://github.com/hasezoey)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.6.1",
4+
"version": "7.6.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)