From 7e37f035679fea029e443b2793ceeca08009cc70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 03:45:33 +0000 Subject: [PATCH] chore(master): release 2.3.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a7fe4..da60174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.3.0](https://github.com/loctvl842/nvim/compare/v2.2.1...v2.3.0) (2024-11-29) + + +### Features + +* Add Heirline ([b828bfc](https://github.com/loctvl842/nvim/commit/b828bfc7497516be14378b44ee386d2730e39237)) +* add tex ([e9d7712](https://github.com/loctvl842/nvim/commit/e9d77125b8a8a94d5924149ae7fe9c6d0bb85ca0)) +* using fd instead of find in fzf ([8cbfa4b](https://github.com/loctvl842/nvim/commit/8cbfa4bf1c83543ecc7a086891a533ee31c1d469)) + + +### Performance Improvements + +* optimize treesitter ([1508987](https://github.com/loctvl842/nvim/commit/1508987f8e0245b96320f6dff4294feab91dca19)) + ## [2.2.1](https://github.com/loctvl842/nvim/compare/v2.2.0...v2.2.1) (2024-04-02)