From 6cbff722ba8da6ea85ea2903d9799c96d58d9383 Mon Sep 17 00:00:00 2001 From: ThomasAribart Date: Thu, 23 Feb 2023 01:28:38 +0100 Subject: [PATCH] v2.7.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33e6c84..499514c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-ts", - "version": "2.7.2-beta.0", + "version": "2.7.2", "description": "Infer typescript types from your JSON schemas!", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",