Skip to content

Commit 281a02d

Browse files
chore: release 3.2.0 [skip ci]
# [3.2.0](v3.1.1...v3.2.0) (2020-11-04) ### Features * support definitions ([e73f0d1](e73f0d1))
1 parent 0040e7b commit 281a02d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.2.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.1...v3.2.0) (2020-11-04)
2+
3+
4+
### Features
5+
6+
* support definitions ([e73f0d1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/e73f0d1b653256bc2d1c1d0ec64f6340a02348d0))
7+
18
## [3.1.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.0...v3.1.1) (2020-10-23)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-schema-to-typescript",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)