diff --git a/CHANGELOG.md b/CHANGELOG.md index 81981e8ae..bed70f918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ You should also include the user name that made the change. --> +## 12.106.3 (2022/02/11) + +### Improvements +- クライアント: スマートフォンでの余白を調整 @syuilo + +### Bugfixes +- クライアント: ノートの詳細が表示されない問題を修正 @syuilo + ## 12.106.2 (2022/02/11) ### Bugfixes diff --git a/package.json b/package.json index dbf3f2e00..993a16939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.106.2", + "version": "12.106.3", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/client/src/components/global/spacer.vue b/packages/client/src/components/global/spacer.vue index 8a1d7a4e8..f2eda1907 100644 --- a/packages/client/src/components/global/spacer.vue +++ b/packages/client/src/components/global/spacer.vue @@ -7,6 +7,7 @@