11.20.2
This commit is contained in:
parent
fe2191a491
commit
b8060a522a
|
@ -17,6 +17,13 @@ npm i -g ts-node
|
|||
npm run migrate
|
||||
```
|
||||
|
||||
11.20.2 (2019/06/10)
|
||||
--------------------
|
||||
### 🐛Fixes
|
||||
* Redisにパスワードを設定している場合接続できない問題を修正
|
||||
* i18n
|
||||
* など
|
||||
|
||||
11.20.1 (2019/06/07)
|
||||
--------------------
|
||||
### 🐛Fixes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "11.20.1",
|
||||
"version": "11.20.2",
|
||||
"codename": "daybreak",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue