Skip to content

Commit 5af0a10

Browse files
committed
chore: release 8.9.5
1 parent a42d8f5 commit 5af0a10

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+
8.9.5 / 2025-01-13
2+
==================
3+
* fix: disallow nested $where in populate match
4+
* fix(schema): handle bitwise operators on Int32 #15176 #15170
5+
16
7.8.4 / 2025-01-13
27
===================
38
* fix: disallow nested $where in populate match

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": "8.9.4",
4+
"version": "8.9.5",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)