mirror of
https://github.com/dsebastien/obsidian-graph-explorer-base-view.git
synced 2026-07-22 06:56:14 +00:00
chore(release): 1.1.2
This commit is contained in:
parent
3bcab1c441
commit
0bf78682c0
4 changed files with 7 additions and 2 deletions
|
|
@ -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
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Release Notes
|
||||
|
||||
## 1.1.2 (2026-07-17)
|
||||
|
||||
## 1.1.1 (2026-06-17)
|
||||
|
||||
## 1.1.0 (2026-06-02)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue