From 6fc74b3fc38cc13f0c2414c01de90e5221d3fefc Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Tue, 25 Jun 2024 15:30:42 +0200 Subject: [PATCH] v14.1.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d22da96f..8571f980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ *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.1.0 + +- 3e2e1e9 Added `inferStringEnumKeysFromValues` option (#578) + ## 14.0.5 -- b7fee29 Added .taml support for CLI (#598) +- b7fee29 Added .yaml support for CLI (#598) ## 14.0.2 diff --git a/package.json b/package.json index 4d699d69..c930706e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-typescript", - "version": "14.0.5", + "version": "14.1.0", "description": "compile json schema to typescript typings", "main": "dist/src/index.js", "bin": {