From 72be21467b5941798fb9e4a377252021ca12793a Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Wed, 21 Feb 2024 18:11:38 +0900
Subject: [PATCH] v20240221-1

---
 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 63b6c08081..b76983b0a3 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,6 +2,10 @@
 
 Critical security updates are indicated by the :warning: icon.
 
+## v20240221-1
+
+- Fix a bug
+
 ## v20240221
 
 - Add the ability to give regular (non-moderator) users permission to manage custom emojis
diff --git a/package.json b/package.json
index 4aaca74cb9..a321d9d8b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "firefish",
-	"version": "20240221",
+	"version": "20240221-1",
 	"repository": {
 		"type": "git",
 		"url": "https://firefish.dev/firefish/firefish.git"