mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
chore(release): 0.0.14
This commit is contained in:
parent
cc6c3f52b1
commit
897918717d
4 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## [0.0.14](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.13...0.0.14) (2025-04-25)
|
||||
### Bug Fixes
|
||||
|
||||
* duplicate entry in style settings panel ([79d9b50](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/79d9b500c187f944fa96684458d632a4928f51a2)), closes [#2](https://github.com/Mara-Li/obsidian-simple-colored-folder/issues/2)
|
||||
|
||||
## [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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-colored-folder",
|
||||
"name": "Simple Colored Folder",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"minAppVersion": "1.8.9",
|
||||
"description": "Automagically add color to roots folders and customize them with Style Settings.",
|
||||
"author": "Mara-Li",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-colored-folder",
|
||||
"name": "Simple Colored Folder",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"minAppVersion": "1.8.9",
|
||||
"description": "Automagically add color to roots folders and customize them with Style Settings.",
|
||||
"author": "Mara-Li",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "simple-colored-folder",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"description": "Automagically add color to root folder, and customize it with Style Settings.",
|
||||
"main": "main.js",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue