Skip to content

Commit 2ab768e

Browse files
chore: release 5.0.2 [skip ci]
## [5.0.2](v5.0.1...v5.0.2) (2022-04-01) ### Bug Fixes * add default values to nested schema ([9c354ae](9c354ae)) * handle arrays correctly ([00c5a35](00c5a35))
1 parent 0c3188e commit 2ab768e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.0.2](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.1...v5.0.2) (2022-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add default values to nested schema ([9c354ae](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/9c354ae59fcd81cb8789d15fdcd767542b9f9e44))
7+
* handle arrays correctly ([00c5a35](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/00c5a35f2de7e5bd61d41fa7e56e2b84ce30e411))
8+
19
## [5.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.0...v5.0.1) (2022-01-06)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)