From 50e3baa883d3d062fb24f0d28235e167bc9c4670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:56:40 +0100 Subject: [PATCH] chore(main): release 2.1.2 (#422) :robot: I have created a release *beep* *boop* --- ## [2.1.2](https://github.com/shortcuts/no-neck-pain.nvim/compare/v2.1.1...v2.1.2) (2024-11-29) ### Bug Fixes * prevent non-focusable windows from being focused ([#421](https://github.com/shortcuts/no-neck-pain.nvim/issues/421)) ([581e715](https://github.com/shortcuts/no-neck-pain.nvim/commit/581e71577c01ee622fc272bff56ee40017bb24b8)) --- 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e917b9..8871b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## [2.1.2](https://github.com/shortcuts/no-neck-pain.nvim/compare/v2.1.1...v2.1.2) (2024-11-29) + + +### Bug Fixes + +* prevent non-focusable windows from being focused ([#421](https://github.com/shortcuts/no-neck-pain.nvim/issues/421)) ([581e715](https://github.com/shortcuts/no-neck-pain.nvim/commit/581e71577c01ee622fc272bff56ee40017bb24b8)) + ## [2.1.1](https://github.com/shortcuts/no-neck-pain.nvim/compare/v2.1.0...v2.1.1) (2024-11-28)