From 6f0f7c40ad28303480aa1017237c094226dbb733 Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Sun, 17 Aug 2025 11:44:53 -0700 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc4e97..3b97214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.0.0 (2025-08-17) + + +### ⚠ BREAKING CHANGES + +* **all:** removed git submodule history + +### Features + +* **all:** initial release ([30853c4](https://github.com/ColinKennedy/cursor-text-objects.nvim/commit/30853c4c8fcd7e037ab16a061adee16c25001012)) +* **all:** removed git submodule history ([e390137](https://github.com/ColinKennedy/cursor-text-objects.nvim/commit/e390137551eda9c0eb6aec145edc1e32d084d22c)) + ## [1.3.0](https://github.com/ColinKennedy/cursor-text-objects.nvim/compare/v1.2.0...v1.3.0) (2024-12-05)