diff --git a/CHANGELOG.md b/CHANGELOG.md index 3523b79..2503226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.0...v3.0.1) (2020-09-03) + + +### Bug Fixes + +* write schemas both for yaml and json files ([bff78ca](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/bff78caeae83123dfafbd04fb9d43f5a69ad6ef1)) + # [3.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.3.1...v3.0.0) (2020-09-02) diff --git a/package-lock.json b/package-lock.json index 974dd15..edb9fec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 030ee7c..970b8a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.0.0", + "version": "3.0.1", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {