From 979eb49e1ef1e95fc6d58655d383696d4564871b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 09:56:10 +0000 Subject: [PATCH] chore(release): 3.0.11 [skip ci] ## [3.0.11](https://github.com/podium-lib/fastify-podlet/compare/v3.0.10...v3.0.11) (2024-09-23) ### Bug Fixes * return fastifyreply so async/await works as expected ([#287](https://github.com/podium-lib/fastify-podlet/issues/287)) ([2746766](https://github.com/podium-lib/fastify-podlet/commit/27467666af54c05aed476397b61a20cb0a3ecea0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30f2bc..ef4c0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.11](https://github.com/podium-lib/fastify-podlet/compare/v3.0.10...v3.0.11) (2024-09-23) + + +### Bug Fixes + +* return fastifyreply so async/await works as expected ([#287](https://github.com/podium-lib/fastify-podlet/issues/287)) ([2746766](https://github.com/podium-lib/fastify-podlet/commit/27467666af54c05aed476397b61a20cb0a3ecea0)) + ## [3.0.10](https://github.com/podium-lib/fastify-podlet/compare/v3.0.9...v3.0.10) (2024-09-23) diff --git a/package.json b/package.json index dd03f4d..7f1c64b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/fastify-podlet", - "version": "3.0.10", + "version": "3.0.11", "type": "module", "description": "Fastify plugin for Podium Podlet", "main": "lib/podlet-plugin.js",