Skip to content

Commit 89a7b32

Browse files
committed
v14.0.5
1 parent b7fee29 commit 89a7b32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
*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).
44

5+
## 14.0.5
6+
7+
- b7fee29 Added .taml support for CLI (#598)
8+
59
## 14.0.2
610

711
- 9ec0c70 Added .yaml support (#577)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-to-typescript",
3-
"version": "14.0.4",
3+
"version": "14.0.5",
44
"description": "compile json schema to typescript typings",
55
"main": "dist/src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)