From 0145a5cbffad16a0f15ac4f18a56530b40d3b58d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Sep 2020 17:51:53 +0000 Subject: [PATCH] chore: release 3.1.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {