diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-09-06 23:25:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-09-06 23:25:28 +0900 |
| commit | a1bcfd39da40844e2e63938a1df0eeea62efc950 (patch) | |
| tree | f90e531589c0503eb1f5c2818ea8e15db734d11a | |
| parent | Merge pull request #763 from syuilo/#757 (diff) | |
| download | misskey-a1bcfd39da40844e2e63938a1df0eeea62efc950.tar.gz misskey-a1bcfd39da40844e2e63938a1df0eeea62efc950.tar.bz2 misskey-a1bcfd39da40844e2e63938a1df0eeea62efc950.zip | |
v2544
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a86b02abb..7f75549fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます -unreleased ----------- +2544 (2017/09/06) +----------------- +* 投稿のカテゴリに関する実験的な実装 * l10n * ユーザビリティの向上 diff --git a/package.json b/package.json index 31cf7a02cd..e2b7922b1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2520", + "version": "0.0.2544", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |