Skip to content

Commit 834c29f

Browse files
committed
chore: release 7.6.9
1 parent ca1cc92 commit 834c29f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
7.6.9 / 2024-02-26
2+
==================
3+
* fix(document): handle embedded recursive discriminators on nested path defined using Schema.prototype.discriminator #14256 #14245
4+
* types(model): correct return type for findByIdAndDelete() #14233 #14190
5+
* docs(connections): add note about using asPromise() with createConnection() for error handling #14364 #14266
6+
* docs(model+query+findoneandupdate): add more details about overwriteDiscriminatorKey option to docs #14264 #14246
7+
18
7.6.8 / 2024-01-08
29
==================
310
* perf(schema): remove unnecessary lookahead in numeric subpath check

package.json

+1-1
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.8",
4+
"version": "7.6.9",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)