From bcac5818cef852ee62fe7d9145df45323e75c47d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:33:03 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09cb14a5..b82a654a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/linrongbin16/gitlinker.nvim/compare/v1.0.2...v1.1.0) (2023-11-13) + + +### Features + +* add highlighting of selected region ([#88](https://github.com/linrongbin16/gitlinker.nvim/issues/88)) ([2e97768](https://github.com/linrongbin16/gitlinker.nvim/commit/2e97768594dd3b540eaf77761f3274dfc564bc94)) + + +### Performance Improvements + +* **highlight:** allow customize highlight group 'NvimGitLinkerHighlightTextObject' ([#90](https://github.com/linrongbin16/gitlinker.nvim/issues/90)) ([7ac8301](https://github.com/linrongbin16/gitlinker.nvim/commit/7ac8301423e87f1daadfd171e08acfb630a05709)) + ## [1.0.2](https://github.com/linrongbin16/gitlinker.nvim/compare/v1.0.1...v1.0.2) (2023-10-23)