From 0bf78682c0ce7a51a38b9115edb49c9b76441c9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jul 2026 07:37:35 +0000 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 3 +++ docs/release-notes.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13ebd3..3b1aa9c 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.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 + diff --git a/docs/release-notes.md b/docs/release-notes.md index c030eec..35d46ee 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ # Release Notes +## 1.1.2 (2026-07-17) + ## 1.1.1 (2026-06-17) ## 1.1.0 (2026-06-02) diff --git a/manifest.json b/manifest.json index a8880a5..67e81ec 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.1.1", + "version": "1.1.2", "minAppVersion": "1.10.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package.json b/package.json index acb9aaa..a24c84b 100644 --- a/package.json +++ b/package.json @@ -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",