diff --git a/CHANGELOG.md b/CHANGELOG.md index 8feefce..5e20407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + diff --git a/docs/release-notes.md b/docs/release-notes.md index 16d53f8..7490147 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ # Release Notes +## 1.0.2 (2026-05-14) + ## 1.0.1 (2026-05-13) ## 1.0.0 (2026-05-13) diff --git a/manifest.json b/manifest.json index a44f113..7d5937c 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 1d3fb20..e26ee0e 100644 --- a/package.json +++ b/package.json @@ -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",