From eb3679743f214f0068725a39e7f03921b5419d2f Mon Sep 17 00:00:00 2001 From: Dmitry Scheglov Date: Sat, 12 Oct 2024 13:12:33 +0200 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c18376..57c803b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-schema-jsonschema", - "version": "2.2.1", + "version": "3.0.0", "description": "Mongoose extension that allows to build json schema for mongoose models, schemas and queries", "main": "index.js", "scripts": {