From 15bd7267aeb250ae1af95e1a3e9fc4bf061d2c1f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Oct 2020 06:06:12 +0000 Subject: [PATCH] chore: release 3.1.1 [skip ci] ## [3.1.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.0...v3.1.1) (2020-10-23) ### Bug Fixes * add more error details ([0053ba4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/0053ba4bfea91ed13cfedff4e29ab1c53c55bf9f)) --- 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 1b272f1..f7a3174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.0...v3.1.1) (2020-10-23) + + +### Bug Fixes + +* add more error details ([0053ba4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/0053ba4bfea91ed13cfedff4e29ab1c53c55bf9f)) + # [3.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.1...v3.1.0) (2020-09-22) diff --git a/package-lock.json b/package-lock.json index 4bc1183..34125ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4ad697..79f745a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.1.0", + "version": "3.1.1", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {