diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 00:23:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-29 00:23:12 +0900 |
| commit | 79ab7560400085fcf428d1f8010772e46e03d6e5 (patch) | |
| tree | 17ac2c67a0b3fd8915cc47d7846fcf84346ae2d0 | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-79ab7560400085fcf428d1f8010772e46e03d6e5.tar.gz misskey-79ab7560400085fcf428d1f8010772e46e03d6e5.tar.bz2 misskey-79ab7560400085fcf428d1f8010772e46e03d6e5.zip | |
v2470
| -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 4e49f9ca49..dc0442ba01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ChangeLog ========= 主に notable な changes を書いていきます -unlereased ----------- +2470 (2017/08/29) +----------------- * New: トークンを再生成できるように (#497) * New: パスワードを変更する機能 (#364) diff --git a/package.json b/package.json index beea91ecc5..fab513e253 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2461", + "version": "0.0.2470", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |