diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3a9b0..0cf2a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v1.0.0...v1.0.1) (2020-06-12) + + +### Bug Fixes + +* do not lint CHANGELOG.md ([8244d80](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/8244d8075cb8afdee60661fb6b58a0b2598994ce)) +* export bin correctly ([82078ce](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/82078cee9a09ec6c6a6120e2c9f63f89ad9be2b2)) + # 1.0.0 (2020-06-12) diff --git a/package-lock.json b/package-lock.json index 80325fc..a78111b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7595907..a89c99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {