chore: version bump

This commit is contained in:
Kacper Kula 2025-03-15 11:11:08 +00:00
parent 0ecff2e158
commit 2918c79774
4 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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!",

View file

@ -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": {

View file

@ -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"
}