Skip to content

Commit 4341b00

Browse files
chore: release 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2022-01-06) ### Bug Fixes * update dependencies to fix vulnerabilities ([1e221c5](1e221c5))
1 parent 1e221c5 commit 4341b00

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+
## [5.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.0...v5.0.1) (2022-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies to fix vulnerabilities ([1e221c5](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/1e221c503056713317c41ad07803cdf31f78621a))
7+
18
# [5.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v4.0.0...v5.0.0) (2021-09-27)
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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)