diff --git a/CHANGELOG.md b/CHANGELOG.md index c04cda4..79fb6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.3...v3.2.4) (2021-03-06) + + +### Bug Fixes + +* disable postinstall on user machine ([fb8f398](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/fb8f3988eba11e2515e5ecfc87153f68982bf6ca)) + ## [3.2.3](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.2...v3.2.3) (2021-03-05) diff --git a/package-lock.json b/package-lock.json index 0c3528c..241eac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b673fef..5d3cbaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "3.2.3", + "version": "3.2.4", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {