Skip to content

Commit

Permalink
v14.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Jun 2, 2024
1 parent b7fee29 commit 89a7b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5

- b7fee29 Added .taml support for CLI (#598)

## 14.0.2

- 9ec0c70 Added .yaml support (#577)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-typescript",
"version": "14.0.4",
"version": "14.0.5",
"description": "compile json schema to typescript typings",
"main": "dist/src/index.js",
"bin": {
Expand Down

0 comments on commit 89a7b32

Please sign in to comment.