diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae15e2..183ba9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.0](https://github.com/max397574/better-escape.nvim/compare/v2.3.3...v2.4.0) (2026-04-22) + + +### Features + +* add health check and type annotations ([64d6abc](https://github.com/max397574/better-escape.nvim/commit/64d6abc3c3e498d5e1ee749848b43b206a4a7bfa)) + + +### Bug Fixes + +* **cmd-mode:** use <C-c> because is technically bugged ([11b86f1](https://github.com/max397574/better-escape.nvim/commit/11b86f19d9dc6d5b7ae8cc70604f8df1b836b13c)) +* handle all first keys with empty lines ([d217ae9](https://github.com/max397574/better-escape.nvim/commit/d217ae909ae1f13f83217663c5b629459f71a1f1)) + ## [2.3.3](https://github.com/max397574/better-escape.nvim/compare/v2.3.2...v2.3.3) (2024-08-31)