Skip to content

Commit 198a1a4

Browse files
chore: release 3.2.2 [skip ci]
## [3.2.2](v3.2.1...v3.2.2) (2021-01-16) ### Bug Fixes * update commander correctly ([b31f5ce](b31f5ce)) * update dependencies ([456d327](456d327))
1 parent b31f5ce commit 198a1a4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.2.2](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.1...v3.2.2) (2021-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* update commander correctly ([b31f5ce](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/b31f5ce762f310a50880a282b5f1f3be28721839))
7+
* update dependencies ([456d327](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/456d3276c5b2fbe8059066f350ca4b01aa893b30))
8+
19
## [3.2.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.0...v3.2.1) (2021-01-16)
210

311

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.1",
3+
"version": "3.2.2",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)