Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 82f1159

Browse files
author
Boris Cherny
committed
v10.1.0
1 parent ec78099 commit 82f1159

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+
## 10.1.0
6+
7+
- ec78099 Feat: Add support for JSON Schema `const` and `$defs` keywords (#263)
8+
59
## 10.0.0
610

711
Lots of bugfixes, some of which may be breaking changes.

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": "10.0.3",
3+
"version": "10.1.0",
44
"description": "compile json schema to typescript typings",
55
"main": "dist/src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)