From 6e3fbca000b51b68a89c9d14d0563dfae8f8a989 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Thu, 23 Feb 2023 13:07:53 +0900 Subject: [PATCH] 12.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4988ca..36402864 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). +## 12.0.0 + +- b73e1c7 Bugfix: Parse enums as literals, rather than as schemas (#508) + ## 11.0.0 This is a major release with lots of bugfixes, some of which may change emitted types. diff --git a/package.json b/package.json index 0746be0e..d79bc0dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-typescript", - "version": "11.0.5", + "version": "12.0.0", "description": "compile json schema to typescript typings", "main": "dist/src/index.js", "bin": {