Skip to content

Commit

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

### Bug Fixes

* Scale square marks border with board size ([a543da1](a543da1))

### Features

* Add button to switch board orientation ([f015f33](f015f33))
* Add showToolbar config parameter ([6ccd715](6ccd715))
* Derive renderer color theme from current Logseq theme ([d76adbd](d76adbd))
* Support setting orientation with config ([f73b00b](f73b00b))
  • Loading branch information
semantic-release-bot committed Aug 5, 2023
1 parent beffed1 commit 0ee9bf6
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.3.0](https://github.com/r8/logseq-chess/compare/v1.2.0...v1.3.0) (2023-08-05)


### Bug Fixes

* Scale square marks border with board size ([a543da1](https://github.com/r8/logseq-chess/commit/a543da1bd95a3117443f21c12ccf738312febfe7))


### Features

* Add button to switch board orientation ([f015f33](https://github.com/r8/logseq-chess/commit/f015f3340be7856723bca4069d4dd3d9130a6c9a))
* Add showToolbar config parameter ([6ccd715](https://github.com/r8/logseq-chess/commit/6ccd7151b6c57db8219452cf1a79f476c7f9c769))
* Derive renderer color theme from current Logseq theme ([d76adbd](https://github.com/r8/logseq-chess/commit/d76adbd1db099eccaf5d11cfef2bd7ea960c5a81))
* Support setting orientation with config ([f73b00b](https://github.com/r8/logseq-chess/commit/f73b00b1219868036ff855947b741951d32aa072))

# [1.2.0](https://github.com/r8/logseq-chess/compare/v1.1.0...v1.2.0) (2023-07-27)


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

0 comments on commit 0ee9bf6

Please sign in to comment.