summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json4
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b26010b146..b08f233c68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
ChangeLog
=========
-破壊的変更のみ記載。
-
-This document describes breaking changes only.
+10.62.2
+-------
+* バグ修正
+* ユーザビリティの向上
10.0.0
------
diff --git a/package.json b/package.json
index 471799e42f..72066512d6 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "10.62.1",
- "clientVersion": "2.0.12580",
+ "version": "10.62.2",
+ "clientVersion": "2.0.12609",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,