diff --git a/CHANGELOG.md b/CHANGELOG.md index 639412a..4a10761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.1](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v7.0.0...v7.0.1) (2024-12-08) + + +### Bug Fixes + +* update dependencies to fix vulnerabilities ([e5451af](https://github.com/thomasthiebaud/fastify-schema-to-typescript/commit/e5451af11cc41eae0c0aaeccb7b623379185834e)) + # [7.0.0](https://github.com/thomasthiebaud/fastify-schema-to-typescript/compare/v6.0.1...v7.0.0) (2023-12-17) diff --git a/package-lock.json b/package-lock.json index 2bd6aae..f8c857a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-schema-to-typescript", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fastify-schema-to-typescript", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "commander": "^11.1.0", diff --git a/package.json b/package.json index d58cdd2..2d6d782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-schema-to-typescript", - "version": "7.0.0", + "version": "7.0.1", "description": "Convert json schema for Fastify to typescript interface", "main": "./dist/index.js", "bin": {