Skip to content

Commit 979eb49

Browse files
chore(release): 3.0.11 [skip ci]
## [3.0.11](v3.0.10...v3.0.11) (2024-09-23) ### Bug Fixes * return fastifyreply so async/await works as expected ([#287](#287)) ([2746766](2746766))
1 parent 2746766 commit 979eb49

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.11](https://github.com/podium-lib/fastify-podlet/compare/v3.0.10...v3.0.11) (2024-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [3.0.10](https://github.com/podium-lib/fastify-podlet/compare/v3.0.9...v3.0.10) (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-podlet",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"type": "module",
55
"description": "Fastify plugin for Podium Podlet",
66
"main": "lib/podlet-plugin.js",

0 commit comments

Comments
 (0)