From 7ac4a485e599d32daec22e756b0822a0506281c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Mar 2021 09:38:36 +0000 Subject: [PATCH] chore: release 3.2.4 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {