diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba585a..a672cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.2.0 / 2025-02-21 +================== + * feat: allow default lean options plugin config #41 [DesignByOnyx](https://github.com/DesignByOnyx) + * fix: allow nested schemas on discriminated models to work #43 [DesignByOnyx](https://github.com/DesignByOnyx) + * fix: allow array getters to return non-arrays fix #38 #37 [DesignByOnyx](https://github.com/DesignByOnyx) + 2.1.1 / 2024-08-04 ================== * fix: allow non-discriminated documents be retrieved #40 [DesignByOnyx](https://github.com/DesignByOnyx) diff --git a/package.json b/package.json index 5bf5022..eaa8c5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-lean-getters", - "version": "2.1.1", + "version": "2.2.0", "description": "Apply getters to the results of mongoose queries when using `.lean()`", "main": "index.js", "scripts": {