diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 23:17:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-14 23:17:27 +0900 |
| commit | 856737c11239e258c9534c8eda2c974c126d01c2 (patch) | |
| tree | 7b81055aef31162f53d2957f082ec7ec34ae2fa3 | |
| parent | :art: (diff) | |
| download | misskey-856737c11239e258c9534c8eda2c974c126d01c2.tar.gz misskey-856737c11239e258c9534c8eda2c974c126d01c2.tar.bz2 misskey-856737c11239e258c9534c8eda2c974c126d01c2.zip | |
v3104
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e053f2540..06eb486365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3104 (2017/11/14) +----------------- +* デスクトップ版ユーザーページのデザインの改良 +* バグ修正 + 3099 (2017/11/14) ----------------- * デスクトップ版ユーザーページの強化 diff --git a/package.json b/package.json index 8bbb3ffdf0..9999830d92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3099", + "version": "0.0.3104", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |