Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Dec 25, 2016
1 parent b42e3a2 commit 1888d54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.6.0
- コマの基本機能を実装。マス目に合わせたコマの移動などは今後実装予定。
- 部屋削除コマンドcleanroomが動かなかったバグ修正 (thanks @FaviusTy)
- ListenするPort番号を指定できるように
- Node.js v6.9.1 LTSヘ移行
- Herokuへのデプロイに対応
- Babelを導入 [for Developer]
- ESLintを導入 [for Developer]
- Helmetを導入 (thanks @FaviusTy) [for Developer]

v 0.5.0
- ダイスボットプラグインを実装
- 一定期間アクセスのないルームをまとめて削除するコマンド
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Saider",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"description": "A interactive dice bot",
"main": "index.js",
Expand Down

0 comments on commit 1888d54

Please sign in to comment.