From bce0ca7c9988133d8033f6cd7848cd3cb5e8e669 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 09:13:27 +0000 Subject: [PATCH] chore(release): 3.0.7 [skip ci] ## [3.0.7](https://github.com/podium-lib/fastify-layout/compare/v3.0.6...v3.0.7) (2024-09-23) ### Bug Fixes * types for context ([#276](https://github.com/podium-lib/fastify-layout/issues/276)) ([5846f73](https://github.com/podium-lib/fastify-layout/commit/5846f73dccb0b1ac9beb1d6e875b3b1f23e0aabe)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a33fe..8208d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.7](https://github.com/podium-lib/fastify-layout/compare/v3.0.6...v3.0.7) (2024-09-23) + + +### Bug Fixes + +* types for context ([#276](https://github.com/podium-lib/fastify-layout/issues/276)) ([5846f73](https://github.com/podium-lib/fastify-layout/commit/5846f73dccb0b1ac9beb1d6e875b3b1f23e0aabe)) + ## [3.0.6](https://github.com/podium-lib/fastify-layout/compare/v3.0.5...v3.0.6) (2024-06-25) diff --git a/package.json b/package.json index 42d6606..145cfb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/fastify-layout", - "version": "3.0.6", + "version": "3.0.7", "type": "module", "description": "Fastify plugin for Podium Layout.", "main": "lib/layout-plugin.js",