Skip to content

Commit 2e0f6af

Browse files
committed
chore: release 2.2.2
1 parent 0878a39 commit 2e0f6af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.2.2 / 2025-05-12
2+
==================
3+
* fix: don't apply getters if defaultLeanOptions is set but lean is false #48 #46
4+
* fix: apply single nested subdoc getter results #47 #45
5+
16
2.2.1 / 2025-02-24
27
==================
38
* fix: handle getter for single nested that returns non-object #42

package.json

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

0 commit comments

Comments
 (0)