From 4a07be65c881e4a2b9cbd2d153d326851979316f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:30:23 +0100 Subject: [PATCH] chore(main): release 1.10.0 (#320) :robot: I have created a release *beep* *boop* --- ## [1.10.0](https://github.com/shortcuts/no-neck-pain.nvim/compare/v1.9.0...v1.10.0) (2024-03-23) ### Features * **api:** add autocmd to skip entering side buffer ([#321](https://github.com/shortcuts/no-neck-pain.nvim/issues/321)) ([5539239](https://github.com/shortcuts/no-neck-pain.nvim/commit/55392392a1852ab21fd6e44084103ea2e476de96)) * **integrations:** skip redraw on every calls ([#319](https://github.com/shortcuts/no-neck-pain.nvim/issues/319)) ([96afa97](https://github.com/shortcuts/no-neck-pain.nvim/commit/96afa978e39e45290c37a087bb40a1862dc2896f)) --- 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e2c6c1..89c197b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## [1.10.0](https://github.com/shortcuts/no-neck-pain.nvim/compare/v1.9.0...v1.10.0) (2024-03-23) + + +### Features + +* **api:** add autocmd to skip entering side buffer ([#321](https://github.com/shortcuts/no-neck-pain.nvim/issues/321)) ([5539239](https://github.com/shortcuts/no-neck-pain.nvim/commit/55392392a1852ab21fd6e44084103ea2e476de96)) +* **integrations:** skip redraw on every calls ([#319](https://github.com/shortcuts/no-neck-pain.nvim/issues/319)) ([96afa97](https://github.com/shortcuts/no-neck-pain.nvim/commit/96afa978e39e45290c37a087bb40a1862dc2896f)) + ## [1.9.0](https://github.com/shortcuts/no-neck-pain.nvim/compare/v1.8.3...v1.9.0) (2024-03-17) ### Features