Skip to content

Commit aacb360

Browse files
chore: release 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2020-09-02) ### Bug Fixes * dump schema correctly ([85a21cf](85a21cf)) * fix glob to include correct extensions ([562982e](562982e))
1 parent 85a21cf commit aacb360

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.3.0...v2.3.1) (2020-09-02)
2+
3+
4+
### Bug Fixes
5+
6+
* dump schema correctly ([85a21cf](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/85a21cfefc2d3bda10e17ca94ac0d0ea46183e13))
7+
* fix glob to include correct extensions ([562982e](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/562982efcb0618c6080131d9661cf1886f2a8ab8))
8+
19
# [2.3.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.2.0...v2.3.0) (2020-09-02)
210

311

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

0 commit comments

Comments
 (0)