Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kobalab committed Nov 11, 2022
2 parents 6cefaef + 5706834 commit 03fb032
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0 / 2022-11-11

- 正式版リリース

## v0.5.0 / 2022-11-06

- Majiang.Board
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

麻雀基本ライブラリ

手牌の操作、シャンテン数・和了点計算、局進行・卓情報の管理、思考ルーチンの雛形を含む基本クラス群を提供します。

## インストール
```sh
$ npm i @kobalab/majiang-core
Expand All @@ -20,7 +22,7 @@ const Majiang = require('@kobalab/majiang-core');
| ``Majiang.He`` | 捨て牌を表現するクラス |
| ``Majiang.Util`` | シャンテン数計算、和了点計算ルーチン |
| ``Majiang.Game`` | 局進行を実現するクラス |
| ``Majiang.Board`` | 卓に関する情報を表現するクラス |
| ``Majiang.Board`` | 卓情報を更新するクラス |
| ``Majiang.Player`` | 対局者を実現する基底クラス |

- [API仕様](https://github.com/kobalab/majiang-core/wiki)
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @kobalab/majiang-core v0.5.0
* @kobalab/majiang-core v1.0.0
*
* 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-core",
"version": "0.5.0",
"version": "1.0.0",
"description": "麻雀基本ライブラリ",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 03fb032

Please sign in to comment.