Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yo35 committed Feb 25, 2024
1 parent 07c0080 commit 9700426
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

4.9.1 (February 25, 2023)
-------------------------
* Fix inconsistent object returned by `Game.findById()` for ID aliases.

4.9.0 (February 25, 2023)
-------------------------
* Make `Game.findById()` work with ID aliases (e.g. `'end'` to indicate the last node in the main variation).
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": "kokopu",
"version": "4.9.0",
"version": "4.9.1",
"description": "A JavaScript/TypeScript library implementing the chess game rules and providing tools to read/write the standard chess file formats.",
"keywords": [
"chess",
Expand Down

0 comments on commit 9700426

Please sign in to comment.