Skip to content

Commit 1bc07ec

Browse files
committedApr 4, 2023
chore: release 5.13.17
1 parent 3f827b3 commit 1bc07ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
5.13.17 / 2023-04-04
2+
====================
3+
* fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 [raj-goguardian](https://github.com/raj-goguardian)
4+
* fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes #13138 #13136 [rdeavila94](https://github.com/rdeavila94)
5+
16
5.13.16 / 2023-02-20
27
====================
38
* fix: make access to process.versions lazy #12584 [maciasello](https://github.com/maciasello)

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

0 commit comments

Comments
 (0)
Please sign in to comment.