From dc503294c0837bc5fe6e5450381ff5d33b78e280 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:35:40 +0200 Subject: [PATCH] chore(main): release 1.0.1 (#16) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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)