Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yo35 committed Jan 20, 2024
1 parent dc98efe commit 94f0906
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

4.8.1 (January 20, 2023)
------------------------
* Compile TypeScript to ES2020 (except for standalone lib).
* Minor fixes in code and dependencies.

4.8.0 (September 5, 2023)
-------------------------
* Add method `Node.fiftyMoveClock()` to retrieve the number of half-moves since the last pawn move or capture.
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.8.0",
"version": "4.8.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 94f0906

Please sign in to comment.