diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 14:17:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 14:17:11 +0900 |
| commit | 776a4fe01eb94712c52791cd2348ee8aa41299a9 (patch) | |
| tree | b6b2d53e47c437147f617e7f000c0868d24be51a | |
| parent | :art: (diff) | |
| download | misskey-776a4fe01eb94712c52791cd2348ee8aa41299a9.tar.gz misskey-776a4fe01eb94712c52791cd2348ee8aa41299a9.tar.bz2 misskey-776a4fe01eb94712c52791cd2348ee8aa41299a9.zip | |
v2487
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8023cc8676..b5f4b1e42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます -unreleased ----------- +2487 (2017/08/29) +----------------- * New: パスワードを変更する際に新しいパスワードを二度入力させる (#739) * New: ドナーを表示する (#738) * Fix: 投稿のリンクが機能していない問題を修正 diff --git a/package.json b/package.json index 3fade49978..b476cd723d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2470", + "version": "0.0.2487", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |