Skip to content

Commit

Permalink
chore: release 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2020-09-03)

### Bug Fixes

* write schemas both for yaml and json files ([bff78ca](bff78ca))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent bff78ca commit 184239c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v3.0.0...v3.0.1) (2020-09-03)


### Bug Fixes

* write schemas both for yaml and json files ([bff78ca](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/bff78caeae83123dfafbd04fb9d43f5a69ad6ef1))

# [3.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v2.3.1...v3.0.0) (2020-09-02)


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": "3.0.0",
"version": "3.0.1",
"description": "Convert json schema for Fastify to typescript interface",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 184239c

Please sign in to comment.