Skip to content

Commit

Permalink
chore: release 3.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.4](v3.2.3...v3.2.4) (2021-03-06)

### Bug Fixes

* disable postinstall on user machine ([fb8f398](fb8f398))
  • Loading branch information
semantic-release-bot committed Mar 6, 2021
1 parent fb8f398 commit 7ac4a48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7ac4a48

Please sign in to comment.