diff --git a/CHANGELOG.md b/CHANGELOG.md index 8571f980..2e1725e0 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). +## 15.0.0 + +- 62cc052 Fixed bug where intersection schemas didn't generate complete types. Improved output readability for intersection types (#603) + ## 14.1.0 - 3e2e1e9 Added `inferStringEnumKeysFromValues` option (#578) diff --git a/package.json b/package.json index c930706e..de1759c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-typescript", - "version": "14.1.0", + "version": "15.0.0", "description": "compile json schema to typescript typings", "main": "dist/src/index.js", "bin": {