mirror of
https://github.com/h-sphere/sql-seal-charts.git
synced 2026-07-22 05:37:34 +00:00
chore: version bump
This commit is contained in:
parent
0ecff2e158
commit
2918c79774
4 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# 0.2.0 (2025-03-15)
|
||||
feat: You can now use "ADVANCED MODE" to use full JavaScript to customise your charts
|
||||
|
||||
# 0.1.1 (2025-02-01)
|
||||
chore: Fixed typing in configParser
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sqlseal-charts",
|
||||
"name": "SQLSeal Charts",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"isDesktopOnly": false,
|
||||
"description": "Charts extension for SQLSeal plugin. Generate pie charts, bar charts, line charts and more using data stored in your vault!",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sqlseal-charts",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"description": "Chart extension for SQLSeal Obsidian plugin",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"0.1.0": "0.15.0",
|
||||
"0.1.1": "0.15.0"
|
||||
"0.1.1": "0.15.0",
|
||||
"0.2.0": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue