diff --git a/CHANGELOG.md b/CHANGELOG.md index 2503226..1b272f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.1...v3.1.0) (2020-09-22) + + +### Features + +* export RouteGeneric ([07f7c49](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/07f7c49ce55f1e45de09b875fdc6adebc4670f35)) + ## [3.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.0...v3.0.1) (2020-09-03) diff --git a/package-lock.json b/package-lock.json index 434d2ce..4bc1183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 970b8a1..e4ad697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.0.1", + "version": "3.1.0", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {