Skip to content

Commit e526fd7

Browse files
chore: release 3.2.1 [skip ci]
## [3.2.1](v3.2.0...v3.2.1) (2021-01-16) ### Bug Fixes * change bin entry point ([693fad2](693fad2))
1 parent 693fad2 commit e526fd7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.0...v3.2.1) (2021-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* change bin entry point ([693fad2](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/693fad253fcc0f426909b532993aae4c112116e8))
7+
18
# [3.2.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.1.1...v3.2.0) (2020-11-04)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)