diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce62b5..66eb3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest-beta.json b/manifest-beta.json index b87c567..0e563ab 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index b87c567..0e563ab 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 4689c6b..2de71d0 100644 --- a/package.json +++ b/package.json @@ -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,