Release version 0.6.1
Some checks failed
Zettelclean CI / build (20.x) (push) Has been cancelled
Zettelclean CI / build (22.x) (push) Has been cancelled
Zettelclean CI / build (24.x) (push) Has been cancelled
Release Zettelclean / build (push) Has been cancelled

This commit is contained in:
2026-07-31 09:18:34 -03:00
parent c9e6c49027
commit f6bcd80b18
4 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
zettelclean v0.6 zettelclean v0.6.1

View File

@@ -1,7 +1,7 @@
{ {
"id": "zettelclean", "id": "zettelclean",
"name": "Zettelclean", "name": "Zettelclean",
"version": "0.6.0", "version": "0.6.1",
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.", "description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.",
"author": "Ruben Carlo Benante", "author": "Ruben Carlo Benante",

View File

@@ -1,6 +1,6 @@
{ {
"name": "zettelclean", "name": "zettelclean",
"version": "0.6.0", "version": "0.6.1",
"description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.", "description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.",
"author": "Ruben Carlo Benante <rcb@beco.cc>", "author": "Ruben Carlo Benante <rcb@beco.cc>",
"main": "main.js", "main": "main.js",

View File

@@ -1,3 +1,4 @@
{ {
"0.6.0": "1.0.0" "0.6.0": "1.0.0",
"0.6.1": "1.0.0"
} }