Skip to content

Commit 2d68983

Browse files
committed
chore: release 6.12.5
1 parent b4e3b2f commit 2d68983

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
6.12.5 / 2024-01-03
2+
===================
3+
* perf(schema): remove unnecessary lookahead in numeric subpath check
4+
* fix(document): allow setting nested path to null #14226
5+
* fix(document): avoid flattening dotted paths in mixed path underneath nested path #14198 #14178
6+
* fix: add ignoreAtomics option to isModified() for better backwards compatibility with Mongoose 5 #14213
7+
18
6.12.4 / 2023-12-27
29
===================
310
* fix: upgrade mongodb driver -> 4.17.2

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

0 commit comments

Comments
 (0)