Skip to content

Commit 3c5b341

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2025-12-20) ### Features * Add a new footer component and update README to detail onboarding, authentication, and runtime configuration features. ([db8d95b](db8d95b)) * integrate footer component into dashboard, login, and onboarding pages, and update README documentation ([23ec7dc](23ec7dc)) * Rework backup file path to include date folders, add session expiration handling, and update config. ([3d74482](3d74482))
1 parent 23ec7dc commit 3c5b341

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.7.0](https://github.com/riligar-solutions/elysia-backup/compare/v1.6.0...v1.7.0) (2025-12-20)
2+
3+
4+
### Features
5+
6+
* Add a new footer component and update README to detail onboarding, authentication, and runtime configuration features. ([db8d95b](https://github.com/riligar-solutions/elysia-backup/commit/db8d95b3c9009e619bb7d7cc6d0161ce5ade568f))
7+
* integrate footer component into dashboard, login, and onboarding pages, and update README documentation ([23ec7dc](https://github.com/riligar-solutions/elysia-backup/commit/23ec7dc715cb2174008dbf986329f887551ae8ab))
8+
* Rework backup file path to include date folders, add session expiration handling, and update config. ([3d74482](https://github.com/riligar-solutions/elysia-backup/commit/3d74482784dd00fe0b39a964922c3051a0653ff0))
9+
110
# [1.6.0](https://github.com/riligar-solutions/elysia-backup/compare/v1.5.0...v1.6.0) (2025-12-20)
211

312

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.6.0",
3+
"version": "1.7.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)