Merge pull request #15 from h-sphere/changeset-release/main

[Release] Next
This commit is contained in:
Kacper Kula 2025-08-14 17:35:52 +02:00 committed by GitHub
commit c27d97e220
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}