From 62bd4337ffbfe1b707e2c6b8343ef8dfdf895768 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2024 04:43:12 +0000 Subject: [PATCH] chore(release): 3.0.5 [skip ci] ## [3.0.5](https://github.com/podium-lib/fastify-podlet/compare/v3.0.4...v3.0.5) (2024-05-13) ### Bug Fixes * **deps:** update dependency @podium/utils to v5.0.5 ([a12be95](https://github.com/podium-lib/fastify-podlet/commit/a12be951ff74122936e9151c72b8c481f18b457f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae56dfa..d7e9f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.5](https://github.com/podium-lib/fastify-podlet/compare/v3.0.4...v3.0.5) (2024-05-13) + + +### Bug Fixes + +* **deps:** update dependency @podium/utils to v5.0.5 ([a12be95](https://github.com/podium-lib/fastify-podlet/commit/a12be951ff74122936e9151c72b8c481f18b457f)) + ## [3.0.4](https://github.com/podium-lib/fastify-podlet/compare/v3.0.3...v3.0.4) (2024-04-29) diff --git a/package.json b/package.json index 6885f2c..1f77040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/fastify-podlet", - "version": "3.0.4", + "version": "3.0.5", "type": "module", "description": "Fastify plugin for Podium Podlet", "main": "lib/podlet-plugin.js",