Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-07-10)

### Features

* Implement basic chessboard renderer ([4484c54](4484c54))
  • Loading branch information
semantic-release-bot committed Jul 10, 2023
1 parent 4484c54 commit aeea96b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2023-07-10)


### Features

* Implement basic chessboard renderer ([4484c54](https://github.com/r8/logseq-chess/commit/4484c54cfccdb948ecf4e73f306e41af7f0b57e3))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-chess",
"version": "0.0.1",
"version": "1.0.0",
"description": "Render chessboards in your Logseq documents",
"keywords": [
"logseq",
Expand Down

0 comments on commit aeea96b

Please sign in to comment.