Skip to content

Commit 7ac4a48

Browse files
chore: release 3.2.4 [skip ci]
## [3.2.4](v3.2.3...v3.2.4) (2021-03-06) ### Bug Fixes * disable postinstall on user machine ([fb8f398](fb8f398))
1 parent fb8f398 commit 7ac4a48

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.3...v3.2.4) (2021-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* disable postinstall on user machine ([fb8f398](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/fb8f3988eba11e2515e5ecfc87153f68982bf6ca))
7+
18
## [3.2.3](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.2...v3.2.3) (2021-03-05)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-schema-to-typescript",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)