From 21b4792caacd8da7bf38b246946229090e86b221 Mon Sep 17 00:00:00 2001 From: mara-li Date: Thu, 24 Apr 2025 09:32:12 +0200 Subject: [PATCH] chore(release): 0.0.13 --- CHANGELOG.md | 2 ++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9948e5..79109b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.0.13](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.12...0.0.13) (2025-04-24) + ## [0.0.12](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.11...0.0.12) (2025-04-23) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 89eb2de..11cddbf 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "0.0.12", + "version": "0.0.13", "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 89eb2de..11cddbf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "0.0.12", + "version": "0.0.13", "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 33d4ffa..298d222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "0.0.12", + "version": "0.0.13", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,