This commit is contained in:
syuilo 2019-04-15 01:06:36 +09:00
parent 2ac7e242b6
commit f8cf18d880
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 7 additions and 3 deletions

View file

@ -5,8 +5,12 @@ 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.0.0 (daybreak)
-----------------
11.0.1 (2019/04/15)
-------------------
* 不要な依存関係を削除
11.0.0 daybreak (2019/04/14)
----------------------------
* **データベースがMongoDBからPostgreSQLに変更されました**
* **Redisが必須に**
* アカウントを完全に削除できるように

View file

@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "11.0.0",
"version": "11.0.1",
"codename": "daybreak",
"repository": {
"type": "git",