diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..cddfda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # Changelog + +## v0.2.0 (2023-09-05) + +- feat: add the ability to use numbers >10 for move numbers (thanks @RobertChrist) +- fix: fix fffset bug for move 2 (thanks @RobertChrist) +- refactor: improved code for generating SVG error messages diff --git a/manifest.json b/manifest.json index 31deceb..88df175 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "obsidian-goban", - "version": "0.1.0", + "version": "0.2.0", "name": "Goban Viewer", "description": "Render Go/Baduk positions diagrams in note preview.", "author": "Davide Aversa", diff --git a/version.json b/version.json index 3ba2657..7e53c29 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.9.12" -} \ No newline at end of file + "0.1.0": "0.9.12", + "0.2.0": "0.9.12" +}