Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
THeK3nger committed Sep 5, 2023
1 parent 922d9ec commit 4a1e42e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.0": "0.9.12"
}
"0.1.0": "0.9.12",
"0.2.0": "0.9.12"
}

0 comments on commit 4a1e42e

Please sign in to comment.