diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e3201..09138b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.4](https://github.com/andrewferrier/wrapping.nvim/compare/v2.1.3...v2.1.4) (2026-05-11) + + +### Bug Fixes + +* Bump minimum version of NeoVim to 0.11 ([6045aff](https://github.com/andrewferrier/wrapping.nvim/commit/6045aff772e15753ff2938847a8375cb20d8f7be)) + + +### Performance Improvements + +* Inline treesitter require ([7acde99](https://github.com/andrewferrier/wrapping.nvim/commit/7acde990ee6becc357f0aac49ae9f078922f90b2)) + ## [2.1.3](https://github.com/andrewferrier/wrapping.nvim/compare/v2.1.2...v2.1.3) (2026-02-06)