Skip to content

Commit

Permalink
v1.3.0 / 2024-10-19
Browse files Browse the repository at this point in the history
  - Majiang.Board にメソッド last() を追加
  - 脆弱性警告に対処
    - braces 3.0.2 → 3.0.3
  - パッケージを最新化
    - mocha 10.2.0 → 10.7.3
    - nyc 15.1.0 → 17.1.0
  • Loading branch information
kobalab committed Oct 18, 2024
1 parent e442bf4 commit cb3c2dd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.3.0 / 2024-10-19

- Majiang.Board にメソッド last() を追加
- 脆弱性警告に対処
- braces 3.0.2 → 3.0.3
- パッケージを最新化
- mocha 10.2.0 → 10.7.3
- nyc 15.1.0 → 17.1.0

### v1.2.1 / 2024-02-25

- String の非推奨のメソッドを変更: substr() → slice()
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 v1.2.1
* @kobalab/majiang-core v1.3.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": "1.2.1",
"version": "1.3.0",
"description": "麻雀基本ライブラリ",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit cb3c2dd

Please sign in to comment.