Skip to content

Commit 9be03f4

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2025-12-20) ### Features * implement authentication with TOTP support and update configuration ([fd3d3be](fd3d3be))
1 parent fd3d3be commit 9be03f4

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.3.0](https://github.com/riligar/elysia-backup/compare/v1.2.0...v1.3.0) (2025-12-20)
2+
3+
4+
### Features
5+
6+
* implement authentication with TOTP support and update configuration ([fd3d3be](https://github.com/riligar/elysia-backup/commit/fd3d3be9bb2b85a9aea0248ec1503dd8ad8064f7))
7+
18
# [1.2.0](https://github.com/riligar/elysia-backup/compare/v1.1.0...v1.2.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.2.0",
3+
"version": "1.3.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)