From 89a7b326ef18c75ad801ca93c780df8fd69ab644 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Sun, 2 Jun 2024 14:51:36 +0300 Subject: [PATCH] v14.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91818a4e..d22da96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ *Note: This is a partial changelog, covering significant & breaking changes. For a full list of changes, please consult the [commit log](https://github.com/bcherny/json-schema-to-typescript/commits). +## 14.0.5 + +- b7fee29 Added .taml support for CLI (#598) + ## 14.0.2 - 9ec0c70 Added .yaml support (#577) diff --git a/package.json b/package.json index 9539d558..6e4e6e6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-typescript", - "version": "14.0.4", + "version": "14.0.5", "description": "compile json schema to typescript typings", "main": "dist/src/index.js", "bin": {