Skip to content

Commit c435a4f

Browse files
chore(release): 3.0.8 [skip ci]
## [3.0.8](v3.0.7...v3.0.8) (2024-09-23) ### Bug Fixes * return the FastifyReply so async works as expected ([#277](#277)) ([2d919ab](2d919ab))
1 parent 2d919ab commit c435a4f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.8](https://github.com/podium-lib/fastify-layout/compare/v3.0.7...v3.0.8) (2024-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* return the FastifyReply so async works as expected ([#277](https://github.com/podium-lib/fastify-layout/issues/277)) ([2d919ab](https://github.com/podium-lib/fastify-layout/commit/2d919ab0b31190b78a4d96ad906eb89a28ff1f73))
7+
18
## [3.0.7](https://github.com/podium-lib/fastify-layout/compare/v3.0.6...v3.0.7) (2024-09-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/fastify-layout",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"type": "module",
55
"description": "Fastify plugin for Podium Layout.",
66
"main": "lib/layout-plugin.js",

0 commit comments

Comments
 (0)