Skip to content

Commit 7b74785

Browse files
chore: release 2.0.0 [skip ci]
# [2.0.0](v1.0.4...v2.0.0) (2020-08-19) ### Features * generate interfaces for Reply ([ecbc712](ecbc712)) ### BREAKING CHANGES * Drop support for fastify v2
1 parent 9dda2fd commit 7b74785

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v1.0.4...v2.0.0) (2020-08-19)
2+
3+
4+
### Features
5+
6+
* generate interfaces for Reply ([ecbc712](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/ecbc71271437918628f36478ac04b30334ff5bb9))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Drop support for fastify v2
12+
113
## [1.0.4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v1.0.3...v1.0.4) (2020-06-12)
214

315

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

0 commit comments

Comments
 (0)