From a751b56f4aee7a0c009746de98bbe7472d2ce0b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:30:39 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f824c3b..25f3230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/nvim-java/nvim-java-core/compare/v1.2.0...v1.3.0) (2024-05-30) + + +### Features + +* add missing capabilities from vscode-java ([#70](https://github.com/nvim-java/nvim-java-core/issues/70)) ([d8415f0](https://github.com/nvim-java/nvim-java-core/commit/d8415f0dffc250358f54129d091d8bbdbe0d5808)) + ## [1.2.0](https://github.com/nvim-java/nvim-java-core/compare/v1.1.2...v1.2.0) (2024-05-02)