From 491e43bc274572e4fd08db0dc0eaed2e04be69bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:00:25 +0800 Subject: [PATCH] chore(master): release 4.0.0 (#125) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c664b1b..8fa16b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.0.0](https://github.com/linrongbin16/gitlinker.nvim/compare/v3.1.0...v4.0.0) (2023-11-17) + + +### ⚠ BREAKING CHANGES + +* **mapping:** drop of default key mappings! ([#126](https://github.com/linrongbin16/gitlinker.nvim/issues/126)) + +### break + +* **mapping:** drop of default key mappings! ([#126](https://github.com/linrongbin16/gitlinker.nvim/issues/126)) ([528c604](https://github.com/linrongbin16/gitlinker.nvim/commit/528c60460db81e7d8df649281a70e673d548a1d4)) + + +### Bug Fixes + +* **parser:** support `ssh://git@` protocol ([#124](https://github.com/linrongbin16/gitlinker.nvim/issues/124)) ([53c4efc](https://github.com/linrongbin16/gitlinker.nvim/commit/53c4efc6659b70f4cd4a854885d767f044e3640e)) + ## [3.1.0](https://github.com/linrongbin16/gitlinker.nvim/compare/v3.0.0...v3.1.0) (2023-11-16)