From e51ecfe37d37226b12d17145b6b91e0a0427923c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Jan 2025 17:17:08 +0000 Subject: [PATCH] chore(release): 1.5.35 [skip ci] ## [1.5.35](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.34...v1.5.35) (2025-01-11) ### Bug Fixes * **deps:** update dependency @fastify/swagger to v9.4.1 ([#365](https://github.com/marcoturi/fastify-boilerplate/issues/365)) ([917428e](https://github.com/marcoturi/fastify-boilerplate/commit/917428e7bcd24af29a0a3ddcdbbca55728e153a3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0f25e..6cc0b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.35](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.34...v1.5.35) (2025-01-11) + + +### Bug Fixes + +* **deps:** update dependency @fastify/swagger to v9.4.1 ([#365](https://github.com/marcoturi/fastify-boilerplate/issues/365)) ([917428e](https://github.com/marcoturi/fastify-boilerplate/commit/917428e7bcd24af29a0a3ddcdbbca55728e153a3)) + ## [1.5.34](https://github.com/marcoturi/fastify-boilerplate/compare/v1.5.33...v1.5.34) (2025-01-11) diff --git a/package.json b/package.json index 6c626cd..0b99eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-boilerplate", - "version": "1.5.34", + "version": "1.5.35", "description": "A Fastify template that follows the Clean Architecture principles and encourages established practices.", "author": "Marco Turi ", "license": "MIT",