chore(release): 1.3.0-5

This commit is contained in:
Mara 2025-11-07 00:09:12 +01:00
parent 50a6a82ed4
commit 63dd5ede96
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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",

View file

@ -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,