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": {