Skip to content

Commit

Permalink
chore: release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 8, 2024
1 parent 12c00d3 commit 87eb2ca
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.0.1 / 2024-03-08
==================
* fix: handle discriminators with explicit tied values #31 [MarkParnwell](https://github.com/MarkParnwell)
* fix: correctly get schema for each element of a discriminated array #28 [nathan-knight](https://github.com/nathan-knight)

2.0.0 / 2024-03-07
==================
* BREAKING CHANGE: call getters correctly on array elements for Mongoose 7.5.0, require Mongoose 7.5.0 #30
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.0",
"version": "2.0.1",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 87eb2ca

Please sign in to comment.