Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#16)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.0.1](v1.0.0...v1.0.1)
(2024-07-06)


### Bug Fixes

* **colorscheme:** don't set theme on win with theme already set
([#13](#13))
([7005fa7](7005fa7))
* fixed buggy split behaviour
([#8](#8))
([e9ef6f6](e9ef6f6))
* unset eventignore with empty string instead of nil
([#11](#11))
([e8c7360](e8c7360))

---
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>
  • Loading branch information
github-actions[bot] authored Jul 6, 2024
1 parent 7005fa7 commit dc50329
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit dc50329

Please sign in to comment.