From 9e6bee3c72ecf28dc96a425875229ea20b5cbca7 Mon Sep 17 00:00:00 2001 From: Mara Date: Fri, 2 May 2025 10:20:45 +0200 Subject: [PATCH] chore(release): 0.0.16 --- CHANGELOG.md | 5 +++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7516bcf..1ce62b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.0.16](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.15...0.0.16) (2025-05-02) +### Bug Fixes + +* prevent incorrectly notice for StS; wait for layout to be ready ([34ed895](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/34ed8956df73f7256287e37558e562524b507a6a)) + ## [0.0.15](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.14...0.0.15) (2025-04-30) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 59190b4..b87c567 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "0.0.15", + "version": "0.0.16", "minAppVersion": "1.8.9", "description": "Automagically add color to roots folders and customize them with Style Settings.", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index 59190b4..b87c567 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "0.0.15", + "version": "0.0.16", "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 00d3c14..2284df9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "0.0.15", + "version": "0.0.16", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,