From 569de39dc51e921c1af4390e10e33c92c06ba0ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 17:54:00 +0000 Subject: [PATCH] chore(release): 1.1.10 ## [1.1.10](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v1.1.9...v1.1.10) (2023-10-24) ### Bug Fixes * fallback to opts if no shell integration env ([#37](https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/37)) ([858f1e3](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/858f1e3e416c0ee668fde45d7edd3dab0a5ce995)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edaca21..801817f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.10](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v1.1.9...v1.1.10) (2023-10-24) + + +### Bug Fixes + +* fallback to opts if no shell integration env ([#37](https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/37)) ([858f1e3](https://github.com/mikesmithgh/kitty-scrollback.nvim/commit/858f1e3e416c0ee668fde45d7edd3dab0a5ce995)) + ## [1.1.9](https://github.com/mikesmithgh/kitty-scrollback.nvim/compare/v1.1.8...v1.1.9) (2023-10-15)