From 26a35568c33f62f97d6bfdc96278dbdfdc947b18 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 14 Aug 2023 16:43:30 +0000 Subject: [PATCH] Bump version to: 1.3.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6814e4c39..efdffb728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.2.0", + "version": "1.3.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts",