diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be44fc..8cdf0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/Suree33/coteditor/compare/v1.0.0...v1.0.1) (2025-07-04) + + +### Bug Fixes + +* remove leading empty lines from generated cottheme files ([#8](https://github.com/Suree33/coteditor/issues/8)) ([4095181](https://github.com/Suree33/coteditor/commit/40951817218b7cec700c0bdf42c2eb6d24728e7d)) +* use flavor.identifier instead of flavor.name for filenames ([#5](https://github.com/Suree33/coteditor/issues/5)) ([b322301](https://github.com/Suree33/coteditor/commit/b322301c79689f22353bb5f496313cc9540371cd)) + ## 1.0.0 (2025-07-03) * Initial release.