Skip to content

Commit

Permalink
chore: release 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.2.8...v4.0.0) (2021-08-17)

### Bug Fixes

* update dependencies ([0afa3eb](0afa3eb))

### BREAKING CHANGES

* requires node >= 12
  • Loading branch information
semantic-release-bot committed Aug 17, 2021
1 parent 0afa3eb commit f503e40
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.8...v4.0.0) (2021-08-17)


### Bug Fixes

* update dependencies ([0afa3eb](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/0afa3eba33bfa2a60a19a0b7adaf6a1976c8fa01))


### BREAKING CHANGES

* requires node >= 12

## [3.2.8](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.2.7...v3.2.8) (2021-06-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": "3.2.8",
"version": "4.0.0",
"description": "Convert json schema for Fastify to typescript interface",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit f503e40

Please sign in to comment.