diff --git a/CHANGELOG.md b/CHANGELOG.md index 822e366..ce435d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/folke/styler.nvim/compare/v1.0.0...v1.0.1) (2024-07-06) + + +### Bug Fixes + +* **colorscheme:** don't set theme on win with theme already set ([#13](https://github.com/folke/styler.nvim/issues/13)) ([7005fa7](https://github.com/folke/styler.nvim/commit/7005fa7dce8aab24c55cee25570661ebd01c3694)) +* fixed buggy split behaviour ([#8](https://github.com/folke/styler.nvim/issues/8)) ([e9ef6f6](https://github.com/folke/styler.nvim/commit/e9ef6f6966eebe5b97b8dedceb53d7ca00df65f6)) +* unset eventignore with empty string instead of nil ([#11](https://github.com/folke/styler.nvim/issues/11)) ([e8c7360](https://github.com/folke/styler.nvim/commit/e8c736019e1ad3073638a43f50092716427b270a)) + ## 1.0.0 (2023-01-04)