Skip to content

Commit 9e8c53a

Browse files
chore(release): 1.8.1 [skip ci]
## [1.8.1](v1.8.0...v1.8.1) (2025-12-20) ### Bug Fixes * wrap HTML page responses with Html() to ensure proper Content-Type header for HTML rendering ([e037ead](e037ead))
1 parent e037ead commit 9e8c53a

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+
## [1.8.1](https://github.com/riligar-solutions/elysia-backup/compare/v1.8.0...v1.8.1) (2025-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* wrap HTML page responses with Html() to ensure proper Content-Type header for HTML rendering ([e037ead](https://github.com/riligar-solutions/elysia-backup/commit/e037eadb0b8ee7e21b5c613c8258b2d83c49a899))
7+
18
# [1.8.0](https://github.com/riligar-solutions/elysia-backup/compare/v1.7.0...v1.8.0) (2025-12-20)
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": "@riligar/elysia-backup",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Elysia plugin for R2/S3 backup with a built-in UI dashboard",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)