summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-11 10:59:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-11 10:59:03 +0900
commita40f5d974bb70538aa929d619a1dba62e6c12bdd (patch)
tree978313c5eade613a4f9f551878ba3594dc75d511
parent#905 (diff)
downloadmisskey-a40f5d974bb70538aa929d619a1dba62e6c12bdd.tar.gz
misskey-a40f5d974bb70538aa929d619a1dba62e6c12bdd.tar.bz2
misskey-a40f5d974bb70538aa929d619a1dba62e6c12bdd.zip
v3008
-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 d2966c3543..d4bef7f57c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@ ChangeLog (Release Notes)
=========================
主に notable な changes を書いていきます
+3008 (2017/11/11)
+-----------------
+* カレンダー(タイムマシン)ウィジェットの追加
+
3006 (2017/11/11)
-----------------
* デザインの調整
diff --git a/package.json b/package.json
index 443dba3537..3f64fb1491 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "0.0.3006",
+ "version": "0.0.3008",
"license": "MIT",
"description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues",