diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 06:51:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-23 06:51:55 +0900 |
| commit | e1f7253c3d8d864eea977e4cf971bdb14abe36c2 (patch) | |
| tree | 9083a0a475c56cbe420220c08d1d46f217ff66a5 | |
| parent | Fix bug (diff) | |
| download | sharkey-e1f7253c3d8d864eea977e4cf971bdb14abe36c2.tar.gz sharkey-e1f7253c3d8d864eea977e4cf971bdb14abe36c2.tar.bz2 sharkey-e1f7253c3d8d864eea977e4cf971bdb14abe36c2.zip | |
v3196
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa69d6004..c02c8d7e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +3196 (2017/11/22) +----------------- +* バグ修正 + 3194 (2017/11/22) ----------------- * バグ修正 diff --git a/package.json b/package.json index 3ad9fb8b63..73c7b198db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.3194", + "version": "0.0.3196", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |