From 6ea6e2d10a8bde4932d5c74fd153554aa586ea63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Oct 2023 03:24:09 +0000 Subject: [PATCH] chore(release): 1.1.9 ## [1.1.9](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v1.1.8...v1.1.9) (2023-10-15) ### Bug Fixes * set initial cursor position on pastewin close ([#34](https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/34)) ([bb98562](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/bb985625db4167f988f1c90d9ddabc326d76bede)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606b394a..2edaca21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.9](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v1.1.8...v1.1.9) (2023-10-15) + + +### Bug Fixes + +* set initial cursor position on pastewin close ([#34](https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/34)) ([bb98562](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/bb985625db4167f988f1c90d9ddabc326d76bede)) + ## [1.1.8](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v1.1.7...v1.1.8) (2023-10-15)