Skip to content

Commit 0145a5c

Browse files
chore: release 3.1.0 [skip ci]
# [3.1.0](v3.0.1...v3.1.0) (2020-09-22) ### Features * export RouteGeneric ([07f7c49](07f7c49))
1 parent 07f7c49 commit 0145a5c

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+
# [3.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.1...v3.1.0) (2020-09-22)
2+
3+
4+
### Features
5+
6+
* export RouteGeneric ([07f7c49](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/07f7c49ce55f1e45de09b875fdc6adebc4670f35))
7+
18
## [3.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.0...v3.0.1) (2020-09-03)
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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)