diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 0092b97..ef0b4df 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,9 @@ +## [1.3.0-5](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-4...1.3.0-5) (2025-11-06) +### Bug Fixes + +* old timeout should be updated so we delete the key ([bc32dce](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/bc32dce1b0f8e2168de6eec2da58efdb56e1c9dd)) +* rename timeout settings to maxTimeout and migrate old settings ([50a6a82](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/50a6a82ed4a81886e049039b6ae45c6092627aa5)) + ## [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 diff --git a/manifest-beta.json b/manifest-beta.json index 4446be3..946f857 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-4", + "version": "1.3.0-5", "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 89f6863..1c4c562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "1.3.0-4", + "version": "1.3.0-5", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,