From 1fd8a96145cead08296b33c183d0e80360f4462a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Jul 2022 12:18:36 +0000 Subject: [PATCH] chore: release 5.1.0 [skip ci] # [5.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.4...v5.1.0) (2022-07-30) ### Features * allow fastify v4 as a peer dependency ([7f41e40](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/7f41e40589cb6c64d70b65534084aeeb9a37ee73)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277e7b3..be0f1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.4...v5.1.0) (2022-07-30) + + +### Features + +* allow fastify v4 as a peer dependency ([7f41e40](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/7f41e40589cb6c64d70b65534084aeeb9a37ee73)) + ## [5.0.4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.3...v5.0.4) (2022-06-06) diff --git a/package-lock.json b/package-lock.json index 5874005..ac3ea22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-schema-to-typescript", - "version": "5.0.4", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fastify-schema-to-typescript", - "version": "5.0.4", + "version": "5.1.0", "license": "MIT", "dependencies": { "commander": "^9.3.0", diff --git a/package.json b/package.json index 62ed4e9..a63e25b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "5.0.4", + "version": "5.1.0", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {