From 3ed0fd818f8c154806b359a27c8262dc4f3b2c9b Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Sun, 4 Aug 2024 17:10:16 -0400 Subject: [PATCH] chore: release 2.1.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b515ea..8ba585a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.1.1 / 2024-08-04 +================== + * fix: allow non-discriminated documents be retrieved #40 [DesignByOnyx](https://github.com/DesignByOnyx) + * fix: don't throw error if array contains null #36 [Sebmaster](https://github.com/Sebmaster) + 2.1.0 / 2024-04-27 ================== * feat: add support for findOneAndReplace #34 [Ebulus7899](https://github.com/Ebulus7899) diff --git a/package.json b/package.json index 2182760..0cdea57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-lean-getters", - "version": "2.1.0", + "version": "2.1.1", "description": "Apply getters to the results of mongoose queries when using `.lean()`", "main": "index.js", "scripts": {