Skip to content

Commit cd7990e

Browse files
committed
8.1.0
1 parent 1d24618 commit cd7990e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 8.1.0
4+
5+
- 1d24618 Add `ignoreMinAndMaxItems` CLI option, defaulting to false (#274)
6+
37
## 8.0.0
48

59
- e144890 Improve generated output when mixing nulls and unions (#261)

package.json

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

0 commit comments

Comments
 (0)