Skip to content

Commit 9d0e009

Browse files
chore: release 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2021-09-27) * feat!: drop support for node 12 ([4db53f8](4db53f8)) ### BREAKING CHANGES * we're dropping support for nodejs 12. Minimum version required is now 14 (LTS)
1 parent 4db53f8 commit 9d0e009

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [5.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v4.0.0...v5.0.0) (2021-09-27)
2+
3+
4+
* feat!: drop support for node 12 ([4db53f8](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/4db53f8893d3d216a4c3cba2fd79a15680350f38))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* we're dropping support for nodejs 12. Minimum version required is now 14 (LTS)
10+
111
# [4.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.8...v4.0.0) (2021-08-17)
212

313

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

0 commit comments

Comments
 (0)