From f503e4094813b239eaa9d68d390787bbcc889f43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Aug 2021 09:43:25 +0000 Subject: [PATCH] chore: release 4.0.0 [skip ci] # [4.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.8...v4.0.0) (2021-08-17) ### Bug Fixes * update dependencies ([0afa3eb](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/0afa3eba33bfa2a60a19a0b7adaf6a1976c8fa01)) ### BREAKING CHANGES * requires node >= 12 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5977691..cb7105d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.8...v4.0.0) (2021-08-17) + + +### Bug Fixes + +* update dependencies ([0afa3eb](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/0afa3eba33bfa2a60a19a0b7adaf6a1976c8fa01)) + + +### BREAKING CHANGES + +* requires node >= 12 + ## [3.2.8](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.7...v3.2.8) (2021-06-08) diff --git a/package-lock.json b/package-lock.json index aae9c61..1ac71a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "fastify-schema-to-typescript", - "version": "3.2.8", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.2.8", + "version": "4.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f5da6be..0c8e981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.2.8", + "version": "4.0.0", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {