Skip to content

Commit 4efd8d7

Browse files
chore: release 2.2.0 [skip ci]
# [2.2.0](v2.1.1...v2.2.0) (2020-08-30) ### Features * add support to import RouteHandler from other modules ([e68312b](e68312b))
1 parent e68312b commit 4efd8d7

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+
# [2.2.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.1.1...v2.2.0) (2020-08-30)
2+
3+
4+
### Features
5+
6+
* add support to import RouteHandler from other modules ([e68312b](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/e68312b7b977bba10a0af040dd3d124c82a8de54))
7+
18
## [2.1.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.1.0...v2.1.1) (2020-08-25)
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": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)