Skip to content

Commit 9fcb880

Browse files
committed
chore: release 2.2.1
1 parent 44dd2dd commit 9fcb880

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.1 / 2025-02-24
2+
==================
3+
* fix: handle getter for single nested that returns non-object #42
4+
15
2.2.0 / 2025-02-21
26
==================
37
* feat: allow default lean options plugin config #41 [DesignByOnyx](https://github.com/DesignByOnyx)

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.2.0",
3+
"version": "2.2.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)