Skip to content

Commit 30d422b

Browse files
chore: release 2.1.0 [skip ci]
# [2.1.0](v2.0.2...v2.1.0) (2020-08-21) ### Bug Fixes * add prefiix to Handler ([2b16e19](2b16e19)) ### Features * add file extension option ([23be300](23be300)) * validate prefix value ([e0080af](e0080af))
1 parent 62979c8 commit 30d422b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.0.2...v2.1.0) (2020-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add prefiix to Handler ([2b16e19](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/2b16e193471bc01b890cceeb4a8c94d152c56c8c))
7+
8+
9+
### Features
10+
11+
* add file extension option ([23be300](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/23be300218a64f5a2d1059097fcd52dd6b969dd2))
12+
* validate prefix value ([e0080af](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/e0080af67af1bc04da2a1c0fa36038ad52a7a679))
13+
114
## [2.0.2](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.0.1...v2.0.2) (2020-08-19)
215

316

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": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)