From 6ac31cd51f76d48461d6e4111c51079f5a3e9373 Mon Sep 17 00:00:00 2001 From: Dmitry Scheglov Date: Thu, 3 Feb 2022 11:33:15 +0200 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 248cb4d..d9ff2eb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-schema-jsonschema", - "version": "2.0.1", + "version": "2.0.2", "description": "Mongoose extention that allows to build json schema for mongoose models, schemas and queries", "main": "index.js", "scripts": {