From d97768ee8b655a2eb5a2155ad4927bc5b00d9804 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Sun, 21 Apr 2024 12:38:56 +0900 Subject: [PATCH] 14.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac456010..fa7535ee 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.1 + +- 2f29f19 Added `customName` option + ## 14.0.0 - 967eb13 Require Node v16+ diff --git a/package.json b/package.json index c8031bca..543a83ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-typescript", - "version": "14.0.0", + "version": "14.0.1", "description": "compile json schema to typescript typings", "main": "dist/src/index.js", "bin": {