Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 27, 2024
1 parent 50ab3be commit 32e828a
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.0 / 2024-04-27
==================
* feat: add support for findOneAndReplace #34 [Ebulus7899](https://github.com/Ebulus7899)
* fix: handle discriminators in nested document arrays #32 [nathan-knight](https://github.com/nathan-knight)

2.0.1 / 2024-03-08
==================
* fix: handle discriminators with explicit tied values #31 [MarkParnwell](https://github.com/MarkParnwell)
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.0.1",
"version": "2.1.0",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 32e828a

Please sign in to comment.