diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a3174..d20a2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.1...v3.2.0) (2020-11-04) + + +### Features + +* support definitions ([e73f0d1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/e73f0d1b653256bc2d1c1d0ec64f6340a02348d0)) + ## [3.1.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.0...v3.1.1) (2020-10-23) diff --git a/package-lock.json b/package-lock.json index 0551aab..ea0a1b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2dc0a9b..8451780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.1.1", + "version": "3.2.0", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {