mirror of
https://github.com/miro0o/miniWorldMap.git
synced 2026-07-22 07:46:00 +00:00
Prepare 0.1.2 release
This commit is contained in:
parent
b70ff03e07
commit
189c9aa524
3 changed files with 7 additions and 2 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
fi
|
||||
|
||||
gh release create "$tag" \
|
||||
--draft \
|
||||
--title "$tag" \
|
||||
--notes-file CHANGELOG.md \
|
||||
main.js manifest.json styles.css
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue