diff --git a/CHANGELOG.md b/CHANGELOG.md index 8423456..cf752f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.21](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.20...v1.5.21) (2024-12-19) + + +### Bug Fixes + +* **deps:** update dependency @sinclair/typebox to v0.34.12 ([#330](https://github.com/marcoturi/fastify-boilerplate/issues/330)) ([2954e4d](https://github.com/marcoturi/fastify-boilerplate/commit/2954e4d73847d18f04b35ca83c8cd7897999377b)) + ## [1.5.20](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.19...v1.5.20) (2024-12-15) diff --git a/package.json b/package.json index 72df2d6..5b37eca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-boilerplate", - "version": "1.5.20", + "version": "1.5.21", "description": "A Fastify template that follows the Clean Architecture principles and encourages established practices.", "author": "Marco Turi ", "license": "MIT",