chore(release): v1.1.8 [skip ci]

This commit is contained in:
github-actions 2026-06-10 01:13:20 +00:00
parent a2d21ea832
commit 991d808d13
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [1.1.8](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v1.1.7...v1.1.8) (2026-06-10)
### Bug Fixes
* attest release artifacts with build provenance ([a2d21ea](https://github.com/iOSonntag/obsidian-plugin-treefocus/commit/a2d21ea8323c5f0a98f6e4b2eed895a893d09649))
## [1.1.7](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v1.1.6...v1.1.7) (2026-06-08)

View file

@ -1,7 +1,7 @@
{
"id": "treefocus",
"name": "TreeFocus",
"version": "1.1.7",
"version": "1.1.8",
"minAppVersion": "1.2.0",
"description": "Dim, highlight & style your files & folders in the vault file explorer (foldable item navigator) based on predefined / custom rules.",
"author": "iOSonntag",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-treefocus",
"version": "1.1.7",
"version": "1.1.8",
"description": "Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.",
"main": "main.js",
"scripts": {

View file

@ -15,5 +15,6 @@
"1.1.3": "1.2.0",
"1.1.4": "1.2.0",
"1.1.5": "1.2.0",
"1.1.7": "1.2.0"
"1.1.7": "1.2.0",
"1.1.8": "1.2.0"
}