From e1e60b2bb8b3e1b0875f77353e3ae2c552161467 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:20:56 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1937e26..f824c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/nvim-java/nvim-java-core/compare/v1.1.2...v1.2.0) (2024-05-02) + + +### Features + +* add code refactoring APIs ([#61](https://github.com/nvim-java/nvim-java-core/issues/61)) ([0d4474c](https://github.com/nvim-java/nvim-java-core/commit/0d4474c6f73ec75252b8fe1324e8abe830464de6)) + ## [1.1.2](https://github.com/nvim-java/nvim-java-core/compare/v1.1.1...v1.1.2) (2024-04-30)