From 1bc07ecc9e52702a2a23e3c71e48211d790e5dee Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 4 Apr 2023 15:15:58 -0400 Subject: [PATCH] chore: release 5.13.17 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 9331b53fcba..afdc61aed63 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +5.13.17 / 2023-04-04 +==================== + * fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 [raj-goguardian](https://github.com/raj-goguardian) + * 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.13.16 / 2023-02-20 ==================== * fix: make access to process.versions lazy #12584 [maciasello](https://github.com/maciasello) diff --git a/package.json b/package.json index c5e3e1a4e36..3176d3d6361 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.13.16", + "version": "5.13.17", "author": "Guillermo Rauch ", "keywords": [ "mongodb",