From 22210b12edf6180fa4f0958ac3d2cd4f4c020793 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 15 Nov 2024 14:23:40 -0500 Subject: [PATCH] chore: release 6.13.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdcff087d..828b238c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +6.13.4 / 2024-11-15 +=================== + * fix: save execution stack in query as string #15043 #15039 + * docs: clarify strictQuery default will flip-flop in "Migrating to 6.x" #14998 [markstos](https://github.com/markstos) + 6.13.3 / 2024-09-23 =================== * docs(migrating_to_6): document that Lodash _.isEmpty() with ObjectId() as a parameter returns true in Mongoose 6 #11152 diff --git a/package.json b/package.json index 5e3f56c8bd..93b9132f48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "6.13.3", + "version": "6.13.4", "author": "Guillermo Rauch ", "keywords": [ "mongodb",