From d94044a081b16c43fa8105dca22118a353ba67f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 16:02:20 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8734823..60a5c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/nvim-java/nvim-java/compare/v1.4.0...v1.5.0) (2024-05-05) + + +### Features + +* allow extract variable command in visual mode ([0ac2e2f](https://github.com/nvim-java/nvim-java/commit/0ac2e2f5d8a4dc72b2fd249424534cd94d2c7a78)) + ## [1.4.0](https://github.com/nvim-java/nvim-java/compare/v1.3.1...v1.4.0) (2024-05-03)