chore(release): 1.3.0-8

This commit is contained in:
Mara 2025-11-07 23:26:18 +01:00
parent 84f161c258
commit b0c511fdb1
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## [1.3.0-8](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-7...1.3.0-8) (2025-11-07)
### Features
* improve folder injection ([a08a811](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/a08a811765c216c3faf89020347716b10f630933))
### Bug Fixes
* prevent broken name ([4a2b6f0](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/4a2b6f01da70cfe71e144fad980ad0d39eabacab))
* use promise ([43c2330](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/43c2330bc8684c12e2d3d86474285f422bdfcfd7))
## [1.3.0-7](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-6...1.3.0-7) (2025-11-06)
### Features

View file

@ -1,7 +1,7 @@
{
"id": "simple-colored-folder",
"name": "Simple Colored Folder",
"version": "1.3.0-7",
"version": "1.3.0-8",
"minAppVersion": "1.8.9",
"description": "Automagically add color to roots folders and customize them with Style Settings.",
"author": "Mara-Li",

View file

@ -1,6 +1,6 @@
{
"name": "simple-colored-folder",
"version": "1.3.0-7",
"version": "1.3.0-8",
"description": "Automagically add color to root folder, and customize it with Style Settings.",
"main": "main.js",
"private": true,