Skip to content

Commit 258db3e

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-12-14) ### Features * add semantic-release, changelog, and git plugins to devDependencies ([05bd667](05bd667)) * Implement Elysia plugin for R2/S3 backup with UI, including demo and project setup. ([3e570f4](3e570f4))
1 parent 27032df commit 258db3e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (2025-12-14)
2+
3+
4+
### Features
5+
6+
* add semantic-release, changelog, and git plugins to devDependencies ([05bd667](https://github.com/riligar/elysia-backup/commit/05bd667a891d6db3ca3a66d6186057542b310dbe))
7+
* Implement Elysia plugin for R2/S3 backup with UI, including demo and project setup. ([3e570f4](https://github.com/riligar/elysia-backup/commit/3e570f45ab556369b04967361eb67362c97ebe58))
8+
19
# Changelog
210

311
All notable changes to this project will be documented in this file.

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