From 1c015b2c5c4ca9d11f8a3b6849ca14245ae14c06 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Sep 2024 04:50:20 +0000 Subject: [PATCH] chore(release): 1.3.8 [skip ci] ## [1.3.8](https://github.com/marcoturi/fastify-boilerplate/compare/v1.3.7...v1.3.8) (2024-09-29) ### Bug Fixes * **deps:** update dependency helmet to v7.2.0 ([4913ffa](https://github.com/marcoturi/fastify-boilerplate/commit/4913ffa791e138fe3996e47c51ceaf58411e2bad)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0a272..f3ec6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.8](https://github.com/marcoturi/fastify-boilerplate/compare/v1.3.7...v1.3.8) (2024-09-29) + + +### Bug Fixes + +* **deps:** update dependency helmet to v7.2.0 ([4913ffa](https://github.com/marcoturi/fastify-boilerplate/commit/4913ffa791e138fe3996e47c51ceaf58411e2bad)) + ## [1.3.7](https://github.com/marcoturi/fastify-boilerplate/compare/v1.3.6...v1.3.7) (2024-09-27) diff --git a/package.json b/package.json index ea6214d..797ec48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-boilerplate", - "version": "1.3.7", + "version": "1.3.8", "description": "A Fastify template that follows the Clean Architecture principles and encourages established practices.", "author": "Marco Turi ", "license": "MIT",