diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 17:21:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 17:21:26 +0900 |
| commit | 2b3937d7318f06344c9524fca7c71d81da25d603 (patch) | |
| tree | ab93d196a12b07df74d7f00c5736f87f25f7eeeb | |
| parent | :v: (diff) | |
| download | misskey-2b3937d7318f06344c9524fca7c71d81da25d603.tar.gz misskey-2b3937d7318f06344c9524fca7c71d81da25d603.tar.bz2 misskey-2b3937d7318f06344c9524fca7c71d81da25d603.zip | |
v2799
Diffstat (limited to '')
| -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 9b2f3d7c0b..03282eb3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +2799 (2017/11/01) +----------------- +* いい感じに + 2795 (2017/11/01) ----------------- * いい感じに diff --git a/package.json b/package.json index 09e5a62399..a45d3b36ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo <i@syuilo.com>", - "version": "0.0.2795", + "version": "0.0.2799", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", |