We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dd2dd commit 9fcb880Copy full SHA for 9fcb880
CHANGELOG.md
@@ -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
+
5
2.2.0 / 2025-02-21
6
==================
7
* feat: allow default lean options plugin config #41 [DesignByOnyx](https://github.com/DesignByOnyx)
package.json
@@ -1,6 +1,6 @@
{
"name": "mongoose-lean-getters",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
0 commit comments