Skip to content

Commit c06c0bf

Browse files
chore: release 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2020-06-12) ### Bug Fixes * export schema correctly ([5fd4d51](5fd4d51))
1 parent 5fd4d51 commit c06c0bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v1.0.3...v1.0.4) (2020-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* export schema correctly ([5fd4d51](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/5fd4d5186fbd2de4f6a0a6baff3b69b2c5bb8265))
7+
18
## [1.0.3](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v1.0.2...v1.0.3) (2020-06-12)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)