Skip to content

Commit 3ed0fd8

Browse files
committed
chore: release 2.1.1
1 parent d27185f commit 3ed0fd8

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+
2.1.1 / 2024-08-04
2+
==================
3+
* fix: allow non-discriminated documents be retrieved #40 [DesignByOnyx](https://github.com/DesignByOnyx)
4+
* fix: don't throw error if array contains null #36 [Sebmaster](https://github.com/Sebmaster)
5+
16
2.1.0 / 2024-04-27
27
==================
38
* feat: add support for findOneAndReplace #34 [Ebulus7899](https://github.com/Ebulus7899)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongoose-lean-getters",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)