Skip to content

Commit 6ffb123

Browse files
committed
chore: release 7.6.8
1 parent 7248bdf commit 6ffb123

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
7.6.8 / 2024-01-08
2+
==================
3+
* fix(discriminator): handle reusing schema with embedded discriminators defined using Schema.prototype.discriminator #14202 #14162
4+
* fix(ChangeStream): avoid suppressing errors in closed change stream #14206 #14177
5+
16
6.12.5 / 2024-01-03
27
===================
38
* perf(schema): remove unnecessary lookahead in numeric subpath check

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

0 commit comments

Comments
 (0)