diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c1bb3..ba7af6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.2...v5.0.3) (2022-05-06) + + +### Bug Fixes + +* update dependencies to fix vulnerabilities ([c181a39](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/c181a399dda333923255eea1b7e6b27981ccb985)) + ## [5.0.2](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.0.1...v5.0.2) (2022-04-01) diff --git a/package-lock.json b/package-lock.json index a758950..e2e1aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-schema-to-typescript", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fastify-schema-to-typescript", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "commander": "^9.2.0", diff --git a/package.json b/package.json index 6bc4653..9ff1f80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "5.0.2", + "version": "5.0.3", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {