summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-15 23:32:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-15 23:32:26 +0900
commit15de89f2f90cfd2c0bcb0d66a07ee69fe3a2bd34 (patch)
treea796d972d24183208b3e252047d8d112476fc156
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-15de89f2f90cfd2c0bcb0d66a07ee69fe3a2bd34.tar.gz
sharkey-15de89f2f90cfd2c0bcb0d66a07ee69fe3a2bd34.tar.bz2
sharkey-15de89f2f90cfd2c0bcb0d66a07ee69fe3a2bd34.zip
11.1.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd2cd6a0fc..01115d3d21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ If you encounter any problems with updating, please try the following:
1. `npm run clean` or `npm run cleanall`
2. Retry update (Don't forget `npm i`)
+11.1.2 (2019/04/15)
+-------------------
+### Fixes
+* 画像描画の依存関係を変更
+* リモートユーザーのファイルを削除するときに古い方からではなく新しい方から削除されるのを修正
+* リアクションしてないのにリアクションしたことになる問題を修正
+* APIドキュメントの修正
+
11.1.1 (2019/04/15)
-------------------
### Fixes
diff --git a/package.json b/package.json
index 65067d068c..05a89e33cd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "11.1.1",
+ "version": "11.1.2",
"codename": "daybreak",
"repository": {
"type": "git",