chore(release): 1.1.2

This commit is contained in:
github-actions[bot] 2026-07-17 07:37:35 +00:00
parent 3bcab1c441
commit 0bf78682c0
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.1.2](https://github.com/dsebastien/obsidian-graph-explorer-base-view/compare/1.1.1...1.1.2) (2026-07-17)
## [1.1.1](https://github.com/dsebastien/obsidian-graph-explorer-base-view/compare/1.1.0...1.1.1) (2026-06-17)
## [1.1.0](https://github.com/dsebastien/obsidian-graph-explorer-base-view/compare/1.0.2...1.1.0) (2026-06-02)
@ -91,3 +93,4 @@ ### Bug Fixes

View file

@ -1,5 +1,7 @@
# Release Notes
## 1.1.2 (2026-07-17)
## 1.1.1 (2026-06-17)
## 1.1.0 (2026-06-02)

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.1.1",
"version": "1.1.2",
"minAppVersion": "1.10.0",
"isDesktopOnly": false,
"author": "Sébastien Dubois",

View file

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