Skip to content

Commit 09181ef

Browse files
committedJan 22, 2024
chore: release 6.12.6
1 parent af123cb commit 09181ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.12.6 / 2024-01-22
2+
===================
3+
* fix(collection): correctly handle buffer timeouts with find() #14277
4+
* fix(document): allow calling push() with different $position arguments #14254
5+
16
6.12.5 / 2024-01-03
27
===================
38
* 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": "6.12.5",
4+
"version": "6.12.6",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.