Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
THeK3nger committed Dec 5, 2023
1 parent c65ea06 commit 21e4d36
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.0

### New

- Added the possibility to set annotation color (thanks to [@DekuD2](https://github.com/DekuD2))
- Added a setting to set the board size in pixels (thanks to [@advait](https://github.com/advait))

## v0.3.0

### New
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "obsidian-chessboard",
"version": "0.5.1",
"version": "0.6.0",
"name": "Chessboard Viewer",
"description": "Render chess positions diagrams in note preview.",
"author": "Davide Aversa",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-chessboard",
"author": "Davide Aversa <[email protected]>",
"version": "0.5.0",
"version": "0.6.0",
"description": "Rendering engine for chessboards in Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.3.0": "0.9.12",
"0.4.0": "0.11.0",
"0.5.0": "0.11.0",
"0.5.1": "0.11.0"
"0.5.1": "0.11.0",
"0.6.0": "1.0.0"
}

0 comments on commit 21e4d36

Please sign in to comment.