2 Commits
v0.6 ... master

Author SHA1 Message Date
f6bcd80b18 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
2026-07-31 09:18:34 -03:00
c9e6c49027 .gitignore ZETTEL files
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
2026-07-31 09:00:31 -03:00
5 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@@ -41,3 +41,4 @@ data.json
# Exclude macOS Finder (System Explorer) View States # Exclude macOS Finder (System Explorer) View States
.DS_Store .DS_Store
ZETTELCLEAN*

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"
} }