Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 21, 2025
1 parent 5e0541c commit 3b1d4cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3b1d4cb

Please sign in to comment.