Skip to content

Commit 9168112

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2025-12-20) ### Features * Add authentication and session management with login/logout UI to the backup plugin, including new environment variables for credentials. ([55c41d7](55c41d7))
1 parent 55c41d7 commit 9168112

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.2.0](https://github.com/riligar/elysia-backup/compare/v1.1.0...v1.2.0) (2025-12-20)
2+
3+
4+
### Features
5+
6+
* Add authentication and session management with login/logout UI to the backup plugin, including new environment variables for credentials. ([55c41d7](https://github.com/riligar/elysia-backup/commit/55c41d767176280d45bbcb3fa7914e2fd62ab677))
7+
18
# [1.1.0](https://github.com/riligar/elysia-backup/compare/v1.0.0...v1.1.0) (2025-12-14)
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.1.0",
3+
"version": "1.2.0",
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)