diff --git a/CHANGELOG.md b/CHANGELOG.md index ae452e4e1..930111234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ If you encounter any problems with updating, please try the following: 1. `npm run clean` or `npm run cleanall` 2. Retry update (Don't forget `npm i`) +10.93.1 +---------- +* データのエクスポートとインポートの動作を修正 +* デザインの調整 + 10.93.0 ---------- * フォローリストをインポートできるように diff --git a/package.json b/package.json index 0230b71b2..b1db64bd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "10.93.0", + "version": "10.93.1", "codename": "nighthike", "repository": { "type": "git",