Skip to content

Commit

Permalink
chore: release 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Dec 8, 2024
1 parent aae6e7c commit a4a9cbb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [8.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v7.0.1...v8.0.0) (2024-12-08)


* chore!: drop support for Node 18 and 20 ([aae6e7c](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/aae6e7cf63d3d653f18ea7c484e70823e9160dd3))


### BREAKING CHANGES

* drop support for Node 18 and 20 and require Node 22 LTS or more recent

## [7.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v7.0.0...v7.0.1) (2024-12-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-schema-to-typescript",
"version": "7.0.1",
"version": "8.0.0",
"description": "Convert json schema for Fastify to typescript interface",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit a4a9cbb

Please sign in to comment.