Skip to content

Commit 2c596eb

Browse files
chore: release 7.0.0 [skip ci]
# [7.0.0](v6.0.1...v7.0.0) (2023-12-17) ### chore * drop node v18 support and update dependencies ([4b17380](4b17380)) ### BREAKING CHANGES * drop support to node v18. New minimal node version is nodejs v20
1 parent b2991ab commit 2c596eb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v6.0.1...v7.0.0) (2023-12-17)
2+
3+
4+
### chore
5+
6+
* drop node v18 support and update dependencies ([4b17380](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/4b17380c87d344e5e020933e963e311847a9fca2))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* drop support to node v18. New minimal node version is nodejs v20
12+
113
## [6.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v6.0.0...v6.0.1) (2023-07-29)
214

315

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

0 commit comments

Comments
 (0)