Skip to content

Commit 850a328

Browse files
chore: release 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2020-08-25) ### Bug Fixes * rename Query to Querystring ([72a6331](72a6331))
1 parent 72a6331 commit 850a328

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+
## [2.1.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.1.0...v2.1.1) (2020-08-25)
2+
3+
4+
### Bug Fixes
5+
6+
* rename Query to Querystring ([72a6331](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/72a633117432804f41bdb98e2922df917bf219c4))
7+
18
# [2.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.0.2...v2.1.0) (2020-08-21)
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": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)