Skip to content

Commit

Permalink
chore: release 6.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 3, 2024
1 parent b4e3b2f commit 2d68983
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
6.12.5 / 2024-01-03
===================
* perf(schema): remove unnecessary lookahead in numeric subpath check
* fix(document): allow setting nested path to null #14226
* fix(document): avoid flattening dotted paths in mixed path underneath nested path #14198 #14178
* fix: add ignoreAtomics option to isModified() for better backwards compatibility with Mongoose 5 #14213

6.12.4 / 2023-12-27
===================
* fix: upgrade mongodb driver -> 4.17.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.12.4",
"version": "6.12.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 2d68983

Please sign in to comment.