release: Release Next

This commit is contained in:
github-actions[bot] 2025-08-13 11:47:02 +00:00
parent 7de759b3d2
commit 39be40d358
6 changed files with 15 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
"sqlseal-charts": minor
---
improved resizing of the charts when container changes

View file

@ -1,5 +0,0 @@
---
"sqlseal-charts": minor
---
integrating with changes made in SQLSeal 0.38.0 to the external APIs

View file

@ -1,12 +1,22 @@
# 0.2.1 (2025-04-09)
## 0.3.0
### Minor Changes
- 76a634c: improved resizing of the charts when container changes
- 76a634c: integrating with changes made in SQLSeal 0.38.0 to the external APIs
- fix: dataset is now not replaced but extended by default (by @texastoland)
# 0.2.0 (2025-03-15)
feat: You can now use "ADVANCED MODE" to use full JavaScript to customise your charts
feat: Enabling EChart-Stat module. You can now perform regression, clustering and histogram operations directly in Obsidian!
# 0.1.1 (2025-02-01)
chore: Fixed typing in configParser
# 0.1.0 (2025-01-31)
Initial release!
Initial release!

View file

@ -1,7 +1,7 @@
{
"id": "sqlseal-charts",
"name": "SQLSeal Charts",
"version": "0.2.1",
"version": "0.3.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.2.1",
"version": "0.3.0",
"description": "Chart extension for SQLSeal Obsidian plugin",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"0.1.0": "0.15.0",
"0.1.1": "0.15.0",
"0.2.0": "0.15.0",
"0.2.1": "0.15.0"
"0.2.1": "0.15.0",
"0.3.0": "0.15.0"
}