From 84a1aebb2f3c085339eb0c22111c63b707b10e2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:38:30 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d9b6f04 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2023-12-28) + + +### ⚠ BREAKING CHANGES + +* **config:** Property `terminal_count` is renamed to `terminal_id` for clarity + +### Features + +* configure `git_cmd` and `terminal_count` ([8218a14](https://github.com/agoodshort/telescope-git-submodules.nvim/commit/8218a14ae35f9ad627b41fe7dcbd8695e9d29550)) + + +### Code Refactoring + +* **config:** renamed property ([112888d](https://github.com/agoodshort/telescope-git-submodules.nvim/commit/112888da08c60096dd5add342b589761ad9f3810))