Skip to content

Commit

Permalink
chore: release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 4, 2024
1 parent d27185f commit 3ed0fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.1.1 / 2024-08-04
==================
* fix: allow non-discriminated documents be retrieved #40 [DesignByOnyx](https://github.com/DesignByOnyx)
* fix: don't throw error if array contains null #36 [Sebmaster](https://github.com/Sebmaster)

2.1.0 / 2024-04-27
==================
* feat: add support for findOneAndReplace #34 [Ebulus7899](https://github.com/Ebulus7899)
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.0",
"version": "2.1.1",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3ed0fd8

Please sign in to comment.