From c2c8d62fe35e20aa1f9a189750af50d2f798abb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:56:07 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.