chore: release 1.0.1

This commit is contained in:
Vesa Vänskä 2026-04-26 19:40:43 +03:00
parent 5d3d9a25c8
commit 69770a0a12
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "table-beautifier",
"name": "Table Beautifier",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.4.0",
"description": "Converts ASCII/Unicode box-drawing tables into Markdown tables",
"author": "Vesa Vänskä",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-table-beautifier",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-table-beautifier",
"version": "1.0.0",
"version": "1.0.1",
"devDependencies": {
"@types/node": "^20.11.0",
"esbuild": "^0.20.0",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-table-beautifier",
"version": "1.0.0",
"version": "1.0.1",
"description": "Obsidian plugin that converts ASCII/Unicode box-drawing tables into Markdown tables",
"main": "main.js",
"scripts": {