release: Release Next

This commit is contained in:
github-actions[bot] 2025-08-14 15:35:41 +00:00
parent ff048f5eba
commit 1d12289e74
5 changed files with 10 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"sqlseal-charts": patch
---
exposing columns in the advanced mode

View file

@ -1,5 +1,11 @@
# 0.2.1 (2025-04-09)
## 0.4.2
### Patch Changes
- 9775903: exposing columns in the advanced mode
## 0.4.1
### Patch Changes

View file

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

View file

@ -5,5 +5,6 @@
"0.2.1": "0.15.0",
"0.3.0": "0.15.0",
"0.4.0": "0.15.0",
"0.4.1": "0.15.0"
"0.4.1": "0.15.0",
"0.4.2": "0.15.0"
}