This commit is contained in:
syuilo 2018-06-17 08:15:57 +09:00
parent 1ef66c962a
commit 11cf82c6a4
2 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,17 @@
ChangeLog
=========
4.0.0
-----
オセロがリバーシに変更されました。
### Migration
MongoDBの、`othelloGames`と`othelloMatchings`コレクションをそれぞれ`reversiGames`と`reversiMatchings`にリネームしてください。
You need to rename `othelloGames` and `othelloMatchings` MongoDB collections to `reversiGames` and `reversiMatchings`.
3.0.0
-----

View file

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "3.1.1",
"clientVersion": "1.0.6528",
"version": "4.0.0",
"clientVersion": "1.0.6535",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,