Skip to content

Commit

Permalink
v0.6.2 / 2022-10-01
Browse files Browse the repository at this point in the history
  - select_daopai() が allow_no_daopai() を使用するよう変更
  - @kobalab/majiang-core 0.2.11 → 0.3.0
  • Loading branch information
kobalab committed Oct 1, 2022
1 parent 0a3019b commit 965555e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.6.2 / 2022-10-01

- select_daopai() が allow_no_daopai() を使用するよう変更
- @kobalab/majiang-core 0.2.11 → 0.3.0

### v0.6.1 / 2022-09-16

- eval_backtrack() の評価値比較の際に丸め誤差の考慮が漏れていたバグを修正
Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @kobalab/majiang-ai v0.6.1
* @kobalab/majiang-ai v0.6.2
*
* Copyright(C) 2021 Satoshi Kobayashi
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalab/majiang-ai",
"version": "0.6.1",
"version": "0.6.2",
"description": "電脳麻将の思考ルーチン",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 965555e

Please sign in to comment.