From 57b6b230a852d432c03d828d9fe15013d478d6d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Feb 2025 22:10:08 +0000 Subject: [PATCH] chore(release): 1.5.40 [skip ci] ## [1.5.40](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.39...v1.5.40) (2025-02-01) ### Bug Fixes * **deps:** update dependency @fastify/autoload to v6.1.0 ([#390](https://github.com/marcoturi/fastify-boilerplate/issues/390)) ([5799288](https://github.com/marcoturi/fastify-boilerplate/commit/579928853ff3ec766844c95c7cf1998377e744fe)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2365959..f590649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.40](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.39...v1.5.40) (2025-02-01) + + +### Bug Fixes + +* **deps:** update dependency @fastify/autoload to v6.1.0 ([#390](https://github.com/marcoturi/fastify-boilerplate/issues/390)) ([5799288](https://github.com/marcoturi/fastify-boilerplate/commit/579928853ff3ec766844c95c7cf1998377e744fe)) + ## [1.5.39](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.38...v1.5.39) (2025-01-31) diff --git a/package.json b/package.json index ee1267b..91b71f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-boilerplate", - "version": "1.5.39", + "version": "1.5.40", "description": "A Fastify template that follows the Clean Architecture principles and encourages established practices.", "author": "Marco Turi ", "license": "MIT",