Skip to content

Commit

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

3.1.0 (March 3, 2024)
---------------------
* Add support for null-moves in `Chessboard`.
* Add top/bottom auxilliary components in `Chessboard`.
* Add `NavigationBoard` (see [#6](https://github.com/yo35/kokopu-react/issues/6)).

3.0.2 (January 20, 2024)
------------------------
* Minor fixes in dependencies.
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-react",
"version": "3.0.2",
"version": "3.1.0",
"description": "A React-based library to create and display chessboard and chess-related components.",
"keywords": [
"chess",
Expand Down

0 comments on commit c066621

Please sign in to comment.