Prepare 0.1.2 release

This commit is contained in:
Kur0mi 2026-06-14 10:13:49 +02:00
parent b70ff03e07
commit 189c9aa524
3 changed files with 7 additions and 2 deletions

View file

@ -43,7 +43,6 @@ jobs:
fi
gh release create "$tag" \
--draft \
--title "$tag" \
--notes-file CHANGELOG.md \
main.js manifest.json styles.css

View file

@ -1,5 +1,11 @@
# Changelog
## 0.1.2
- Prepare the plugin for community review by removing redundant manifest wording.
- Add GitHub artifact attestations for release assets.
- Avoid eager vault indexing until the map view is opened.
## 0.1.1
- Mark Codex as a co-author.

View file

@ -1,7 +1,7 @@
{
"id": "mini-world-map",
"name": "Mini World Map",
"version": "0.1.1",
"version": "0.1.2",
"minAppVersion": "1.5.0",
"description": "Visualize your vault as a hierarchy-first world map with internal links layered on top.",
"author": "Miro0o and Codex",