chore(release): 1.0.2

This commit is contained in:
github-actions[bot] 2026-05-14 05:14:58 +00:00
parent d3c7b84a0e
commit afa3f49fd2
4 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,8 @@ # Changelog
All notable changes to this project will be documented in this file.
## [1.0.2](https://github.com/dsebastien/obsidian-graph-explorer-base-view/compare/1.0.1...1.0.2) (2026-05-14)
## [1.0.1](https://github.com/dsebastien/obsidian-graph-explorer-base-view/compare/1.0.0...1.0.1) (2026-05-13)
## [1.0.0](https://github.com/dsebastien/obsidian-graph-explorer-base-view/compare/0.6.0...1.0.0) (2026-05-13)
@ -70,3 +72,4 @@ ### Bug Fixes
* address code review issues (search highlight, theme reactivity, view option sync, cleanup) ([f3294ad](https://github.com/dsebastien/obsidian-graph-explorer-base-view/commit/f3294adbf62c2d822dfbb064be309b8cc9686e9e))

View file

@ -1,5 +1,7 @@
# Release Notes
## 1.0.2 (2026-05-14)
## 1.0.1 (2026-05-13)
## 1.0.0 (2026-05-13)

View file

@ -2,7 +2,7 @@
"id": "graph-explorer-base-view",
"name": "Graph Explorer Base View",
"description": "A custom Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking.",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.10.0",
"isDesktopOnly": false,
"author": "Sébastien Dubois",

View file

@ -1,6 +1,6 @@
{
"name": "graph-explorer-base-view",
"version": "1.0.1",
"version": "1.0.2",
"description": "A custom Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking.",
"author": {
"name": "Sébastien Dubois",