Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-08-12)

### Bug Fixes

* Change toolbar button hover color ([d02275d](d02275d))
* Fix hover for disabled buttons ([668d248](668d248))
* Fix toolbar buttons color ([f731890](f731890))
* Fix toolbar buttons size ([e19a1b6](e19a1b6))

### Features

* Support moves in the chess block ([5adb458](5adb458))
  • Loading branch information
semantic-release-bot committed Aug 12, 2023
1 parent 204f600 commit b43f894
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.4.0](https://github.com/r8/logseq-chess/compare/v1.3.0...v1.4.0) (2023-08-12)


### Bug Fixes

* Change toolbar button hover color ([d02275d](https://github.com/r8/logseq-chess/commit/d02275db8cc85fbaf1521234cac3f92d9e9f067c))
* Fix hover for disabled buttons ([668d248](https://github.com/r8/logseq-chess/commit/668d2486f2bdfbec40f9d6e8e1580935745a32d0))
* Fix toolbar buttons color ([f731890](https://github.com/r8/logseq-chess/commit/f731890d18299f592aa1def252f7345bca0c707d))
* Fix toolbar buttons size ([e19a1b6](https://github.com/r8/logseq-chess/commit/e19a1b6341ae2a490ba59207e0e9c2acd96603c1))


### Features

* Support moves in the chess block ([5adb458](https://github.com/r8/logseq-chess/commit/5adb458129d46a0eceaeed74ecef62e461518f27))

# [1.3.0](https://github.com/r8/logseq-chess/compare/v1.2.0...v1.3.0) (2023-08-05)


Expand Down
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": "1.3.0",
"version": "1.4.0",
"description": "Render chessboards in your Logseq documents",
"keywords": [
"logseq",
Expand Down

0 comments on commit b43f894

Please sign in to comment.