From 694258af50f26d718b38119bc237e5db7705b308 Mon Sep 17 00:00:00 2001 From: Mara Date: Thu, 6 Nov 2025 14:42:12 +0100 Subject: [PATCH] chore(release): 1.3.0-4 --- CHANGELOG-beta.md | 5 +++++ manifest-beta.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 3e71e21..0092b97 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,8 @@ +## [1.3.0-4](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-3...1.3.0-4) (2025-11-06) +### Bug Fixes + +* enhance timeout settings descriptions and add explanations ([24ce9dc](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/24ce9dc2c144f16bab4ac4ed6ec625613b47aeb9)) + ## [1.3.0-3](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-2...1.3.0-3) (2025-11-06) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index e63cc0d..4446be3 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "1.3.0-3", + "version": "1.3.0-4", "minAppVersion": "1.8.9", "description": "Automagically add color to roots folders and customize them with Style Settings.", "author": "Mara-Li", diff --git a/package.json b/package.json index b8ba0c7..89f6863 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "1.3.0-3", + "version": "1.3.0-4", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,