From 66fa263ffd96183dc0d4f68e65b5cf9e0d50cb46 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Thu, 13 Jun 2024 18:58:44 +0900
Subject: [PATCH] v20240613

---
 docs/changelog.md | 4 ++++
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/changelog.md b/docs/changelog.md
index 8c1aeeaf79..7ea22ee989 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,10 @@ Critical security updates are indicated by the :warning: icon.
 - Server administrators should check [notice-for-admins.md](./notice-for-admins.md) as well.
 - Third-party client/bot developers may want to check [api-change.md](./api-change.md) as well.
 
+## [v20240613](https://firefish.dev/firefish/firefish/-/merge_requests/11003/commits)
+
+This update contains code refactoring and dependency updates, with no major user-facing changes.
+
 ## [v20240607](https://firefish.dev/firefish/firefish/-/merge_requests/10978/commits)
 
 - Add the ability to share posts via QR code
diff --git a/package.json b/package.json
index dcb0dbff93..0b3ee5fb14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "firefish",
-	"version": "20240607",
+	"version": "20240613",
 	"repository": {
 		"type": "git",
 		"url": "https://firefish.dev/firefish/firefish.git"