From 1c9456a2363822f6eac1ce7367008a8a2131cdc3 Mon Sep 17 00:00:00 2001 From: anthonymin Date: Sun, 4 Jan 2026 23:04:55 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EB=8F=99=ED=96=89=EB=B3=B5=EA=B6=8C?= =?UTF-8?q?=20=EC=9B=B9=EC=82=AC=EC=9D=B4=ED=8A=B8=20=EB=A6=AC=EB=89=B4?= =?UTF-8?q?=EC=96=BC=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LastWeek/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LastWeek/index.tsx b/src/components/LastWeek/index.tsx index 50b59a1..be80d98 100644 --- a/src/components/LastWeek/index.tsx +++ b/src/components/LastWeek/index.tsx @@ -30,7 +30,7 @@ export default function LastWeek() {

Date: Sun, 4 Jan 2026 23:12:20 +0900 Subject: [PATCH 2/2] release: v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c51daed..51e689c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rantto", "private": true, - "version": "1.0.5", + "version": "1.1.2", "type": "module", "scripts": { "dev": "vite",