From f463d7561c6f39ad4b3dfdc31e1a8bf1d30e7a73 Mon Sep 17 00:00:00 2001 From: Lorenzo Sicilia Date: Sat, 8 May 2021 13:22:23 +0100 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39dc6fd..1857e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-json-schema", - "version": "2.0.5", + "version": "3.0.0", "description": "JSON Schema fluent API", "main": "src/FluentJSONSchema.js", "typings": "src/FluentJSONSchema.d.ts",