diff --git a/CHANGELOG.md b/CHANGELOG.md index f396505..8ae6c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.3.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.3.0...v2.3.1) (2020-09-02) + + +### Bug Fixes + +* dump schema correctly ([85a21cf](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/85a21cfefc2d3bda10e17ca94ac0d0ea46183e13)) +* fix glob to include correct extensions ([562982e](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/562982efcb0618c6080131d9661cf1886f2a8ab8)) + # [2.3.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.2.0...v2.3.0) (2020-09-02) diff --git a/package-lock.json b/package-lock.json index aae65c6..bf6ad02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12d0a23..3584dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "2.3.0", + "version": "2.3.1", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {