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