From dddf99194c38cdb8b593f161613954aa0937cd97 Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Tue, 19 Nov 2024 01:20:57 -0800 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff7615..af99053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/ColinKennedy/cursor-text-objects.nvim/compare/v1.0.0...v1.1.0) (2024-11-19) + + +### Features + +* **keymap:** added <Plug> mappings ([dfad599](https://github.com/ColinKennedy/cursor-text-objects.nvim/commit/dfad5996d8e95bbdb33d37e115480a02dd8c219a)) + ## 1.0.0 (2024-11-19)