From 67cdc78122f6ca49ddf43840622e74d3c5325545 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 May 2022 11:56:08 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/SoftwareBrothers/adminjs-mongoose/compare/v2.0.2...v2.0.3) (2022-05-16) ### Bug Fixes * use estimatedDocumentCount instead of count ([#75](https://github.com/SoftwareBrothers/adminjs-mongoose/issues/75))([@rseibane](https://github.com/rseibane)) ([7f693aa](https://github.com/SoftwareBrothers/adminjs-mongoose/commit/7f693aa5a299cc5188f01e8844e6128c43a75ba5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aee47cd..1b6a94d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/mongoose", - "version": "2.0.2", + "version": "2.0.3", "description": "Mongoose adapter for adminjs", "main": "lib/index.js", "types": "lib/index.d.ts",