Skip to content

Commit

Permalink
chore: release 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Sep 27, 2021
1 parent 4db53f8 commit 9d0e009
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v4.0.0...v5.0.0) (2021-09-27)


* feat!: drop support for node 12 ([4db53f8](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/4db53f8893d3d216a4c3cba2fd79a15680350f38))


### BREAKING CHANGES

* we're dropping support for nodejs 12. Minimum version required is now 14 (LTS)

# [4.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.8...v4.0.0) (2021-08-17)


Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "5.0.0",
"description": "Convert json schema for Fastify to typescript interface",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 9d0e009

Please sign in to comment.