summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-13 07:33:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-13 07:33:47 +0900
commit588e6ae1623abeb7d315068a6fac64bde17eb56c (patch)
treeab127e7d7aafd10eccee58e40088b4ec7d37b343
parent#911 (diff)
downloadmisskey-588e6ae1623abeb7d315068a6fac64bde17eb56c.tar.gz
misskey-588e6ae1623abeb7d315068a6fac64bde17eb56c.tar.bz2
misskey-588e6ae1623abeb7d315068a6fac64bde17eb56c.zip
v3055
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5697e3773f..ae39bc076c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@ ChangeLog (Release Notes)
=========================
主に notable な changes を書いていきます
+3055 (2017/11/13)
+-----------------
+* メッセージのウィンドウのポップアウト (#911)
+
3050 (2017/11/13)
-----------------
* 通信の最適化
diff --git a/package.json b/package.json
index 9f8a744b4b..5b21dc25b0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "0.0.3050",
+ "version": "0.0.3055",
"license": "MIT",
"description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues",