Skip to content

Commit a4a9cbb

Browse files
chore: release 8.0.0 [skip ci]
# [8.0.0](v7.0.1...v8.0.0) (2024-12-08) * chore!: drop support for Node 18 and 20 ([aae6e7c](aae6e7c)) ### BREAKING CHANGES * drop support for Node 18 and 20 and require Node 22 LTS or more recent
1 parent aae6e7c commit a4a9cbb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [8.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v7.0.1...v8.0.0) (2024-12-08)
2+
3+
4+
* chore!: drop support for Node 18 and 20 ([aae6e7c](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/aae6e7cf63d3d653f18ea7c484e70823e9160dd3))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* drop support for Node 18 and 20 and require Node 22 LTS or more recent
10+
111
## [7.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v7.0.0...v7.0.1) (2024-12-08)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-schema-to-typescript",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Convert json schema for Fastify to typescript interface",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)