summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-18 08:29:56 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-18 08:29:56 +0900
commitacc1008264a22ecbba364cc9e67a875cd06d0e2d (patch)
treebacfd26676e68eabebf19a590586d9d1339c0ce9
parentFix bug (diff)
downloadsharkey-acc1008264a22ecbba364cc9e67a875cd06d0e2d.tar.gz
sharkey-acc1008264a22ecbba364cc9e67a875cd06d0e2d.tar.bz2
sharkey-acc1008264a22ecbba364cc9e67a875cd06d0e2d.zip
v3142
-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 b29e1baa67..c8a0171ac8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@ ChangeLog (Release Notes)
=========================
主に notable な changes を書いていきます
+3142 (2017/11/18)
+-----------------
+* バグ修正
+
3140 (2017/11/18)
-----------------
* ウィジェットをスクロールに追従させるように
diff --git a/package.json b/package.json
index 537c657908..ad6613ada7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "0.0.3140",
+ "version": "0.0.3142",
"license": "MIT",
"description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues",