Skip to content

Commit 1fd8a96

Browse files
chore: release 5.1.0 [skip ci]
# [5.1.0](v5.0.4...v5.1.0) (2022-07-30) ### Features * allow fastify v4 as a peer dependency ([7f41e40](7f41e40))
1 parent 64fd94e commit 1fd8a96

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.1.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.4...v5.1.0) (2022-07-30)
2+
3+
4+
### Features
5+
6+
* allow fastify v4 as a peer dependency ([7f41e40](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/7f41e40589cb6c64d70b65534084aeeb9a37ee73))
7+
18
## [5.0.4](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.3...v5.0.4) (2022-06-06)
29

310

package-lock.json

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

0 commit comments

Comments
 (0)