Skip to content

Commit

Permalink
v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Jun 25, 2024
1 parent 3e2e1e9 commit 6fc74b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

*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.1.0

- 3e2e1e9 Added `inferStringEnumKeysFromValues` option (#578)

## 14.0.5

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

## 14.0.2

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.5",
"version": "14.1.0",
"description": "compile json schema to typescript typings",
"main": "dist/src/index.js",
"bin": {
Expand Down

0 comments on commit 6fc74b3

Please sign in to comment.