Skip to content

Commit

Permalink
chore: release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 28, 2022
1 parent bae4894 commit 8fb832e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.1 / 2022-04-28
==================
* fix(types): allow default import, named import, wildcard import #60 [IslandRhythms](https://github.com/IslandRhythms)

0.9.0 / 2021-10-14
==================
* fix: set populate virtuals to `null` or `[]` if no results based on `justOne` for Mongoose 6 Automattic/mongoose#10816
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-virtuals",
"version": "0.9.0",
"version": "0.9.1",
"description": "Attach virtuals to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8fb832e

Please sign in to comment.