From 6605e11332715dfc71b70a1b7efcf15e01c33d7d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Sep 2020 08:02:10 +0000 Subject: [PATCH] chore: release 2.3.0 [skip ci] # [2.3.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.2.0...v2.3.0) (2020-09-02) ### Features * add support for yaml schema ([fb69fa9](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/fb69fa998e82432a92c20bc30080b5d2de63b572)) --- 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 4ef0735..f396505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.2.0...v2.3.0) (2020-09-02) + + +### Features + +* add support for yaml schema ([fb69fa9](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/fb69fa998e82432a92c20bc30080b5d2de63b572)) + # [2.2.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.1.1...v2.2.0) (2020-08-30) diff --git a/package-lock.json b/package-lock.json index 1b728d3..aae65c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c192642..12d0a23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "2.2.0", + "version": "2.3.0", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {