chore(release): 1.0.0

This commit is contained in:
mara-li 2025-05-15 13:58:29 +02:00
parent 34a2cddecf
commit 0610f5c9af
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [1.0.0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.16...1.0.0) (2025-05-15)
### Bug Fixes
* moved folder not removed from SS ([2659873](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/2659873be8b2353083bbfed7dd3863a750222219))
* safest register "rename" even using the registerEvent of Obsidian ([a35d31c](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/a35d31c6704ca30ece75a5045018ece45cf2e73d))
## [0.0.16](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.15...0.0.16) (2025-05-02)
### Bug Fixes

View file

@ -1,7 +1,7 @@
{
"id": "simple-colored-folder",
"name": "Simple Colored Folder",
"version": "0.0.16",
"version": "1.0.0",
"minAppVersion": "1.8.9",
"description": "Automagically add color to roots folders and customize them with Style Settings.",
"author": "Mara-Li",

View file

@ -1,7 +1,7 @@
{
"id": "simple-colored-folder",
"name": "Simple Colored Folder",
"version": "0.0.16",
"version": "1.0.0",
"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": "0.0.16",
"version": "1.0.0",
"description": "Automagically add color to root folder, and customize it with Style Settings.",
"main": "main.js",
"private": true,