Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 7, 2024
1 parent eddaebb commit 6b9b6eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
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

1.1.0 / 2023-06-01
==================
* feat: apply getters to schemas with discriminator #26 [remcorakers](https://github.com/remcorakers)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-lean-getters",
"version": "1.2.0",
"version": "2.0.0",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"eslint": "5.16.0",
"istanbul": "0.4.5",
"mocha": "5.2.x",
"mongoose": ">= 7.1.0"
"mongoose": ">= 7.5.0"
},
"peerDependencies": {
"mongoose": ">= 7.1.0"
"mongoose": ">= 7.5.0"
},
"author": "Valeri Karpov <[email protected]>",
"license": "Apache 2.0",
Expand Down

0 comments on commit 6b9b6eb

Please sign in to comment.