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": {