Skip to content

Commit 6605e11

Browse files
chore: release 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2020-09-02) ### Features * add support for yaml schema ([fb69fa9](fb69fa9))
1 parent 8087963 commit 6605e11

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.3.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.2.0...v2.3.0) (2020-09-02)
2+
3+
4+
### Features
5+
6+
* add support for yaml schema ([fb69fa9](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/fb69fa998e82432a92c20bc30080b5d2de63b572))
7+
18
# [2.2.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.1.1...v2.2.0) (2020-08-30)
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.2.0",
3+
"version": "2.3.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)