From 8fb832ec54332aacf49ad0a42f6b105ee9929577 Mon Sep 17 00:00:00 2001 From: Valeri Karpov <val@karpov.io> Date: Thu, 28 Apr 2022 15:12:38 -0400 Subject: [PATCH] chore: release 0.9.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5887716..e0b246e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7c87e36..5ff8457 100644 --- a/package.json +++ b/package.json @@ -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": {