diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e52c22..ca5117e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v6.0.0...v6.0.1) (2023-07-29) + + +### Bug Fixes + +* update dependencies to fix vulnerabilities ([ad8b0d1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/ad8b0d124f42e49bb582b0e278df5618fe65b99f)) + # [6.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v5.1.1...v6.0.0) (2023-04-10) diff --git a/package-lock.json b/package-lock.json index 6fb5623..33e9bec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-schema-to-typescript", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fastify-schema-to-typescript", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "commander": "^11.0.0", diff --git a/package.json b/package.json index 069c32e..837de88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "6.0.0", + "version": "6.0.1", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {