From 6845b09dd37ea26131211730e114534a74e97c72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:05:10 +0000 Subject: [PATCH] chore(main): release 3.4.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a42e3..74a4fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.1](https://github.com/Robitx/gp.nvim/compare/v3.4.0...v3.4.1) (2024-07-26) + + +### Bug Fixes + +* handle symlinks for ChatDelete ([#171](https://github.com/Robitx/gp.nvim/issues/171)) ([129c2f8](https://github.com/Robitx/gp.nvim/commit/129c2f8a1b068b93763c1a5ef950966d1c10ec37)) + ## [3.4.0](https://github.com/Robitx/gp.nvim/compare/v3.3.0...v3.4.0) (2024-07-24)