From 11c4f319f69941ee93b8a474a52c67f923996a9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:47:13 +0100 Subject: [PATCH] chore(main): release 0.9.1 (#182) :robot: I have created a release *beep* *boop* --- ## [0.9.1](https://github.com/shortcuts/no-neck-pain.nvim/compare/v0.9.0...v0.9.1) (2023-02-14) ### Bug Fixes * events triggering multiple times ([#181](https://github.com/shortcuts/no-neck-pain.nvim/issues/181)) ([3890632](https://github.com/shortcuts/no-neck-pain.nvim/commit/389063273c96dd313cc15b471e18cd5b4be5e243)) * nil event check ([83e4990](https://github.com/shortcuts/no-neck-pain.nvim/commit/83e4990b9c5aa35863e8eaf4c55265c21f8c2750)) * transparent background with custom backgroundColor ([#185](https://github.com/shortcuts/no-neck-pain.nvim/issues/185)) ([6dde6dd](https://github.com/shortcuts/no-neck-pain.nvim/commit/6dde6dda0854e2facb7a841e17aa833287ac529d)) --- 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 437256e..363e519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +## [0.9.1](https://github.com/shortcuts/no-neck-pain.nvim/compare/v0.9.0...v0.9.1) (2023-02-14) + + +### Bug Fixes + +* events triggering multiple times ([#181](https://github.com/shortcuts/no-neck-pain.nvim/issues/181)) ([3890632](https://github.com/shortcuts/no-neck-pain.nvim/commit/389063273c96dd313cc15b471e18cd5b4be5e243)) +* nil event check ([83e4990](https://github.com/shortcuts/no-neck-pain.nvim/commit/83e4990b9c5aa35863e8eaf4c55265c21f8c2750)) +* transparent background with custom backgroundColor ([#185](https://github.com/shortcuts/no-neck-pain.nvim/issues/185)) ([6dde6dd](https://github.com/shortcuts/no-neck-pain.nvim/commit/6dde6dda0854e2facb7a841e17aa833287ac529d)) + ## [0.9.0](https://github.com/shortcuts/no-neck-pain.nvim/compare/v0.8.0...v0.9.0) (2023-02-11)