From 9ee1e004233baa461743d5d1a2b2577705561b9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 20:47:25 +0530 Subject: [PATCH] chore(main): release 1.0.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5413..f03d12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.0 (2024-05-02) + + +### Features + +* add extract variable command ([#5](https://github.com/nvim-java/nvim-java-refactor/issues/5)) ([7e7bbea](https://github.com/nvim-java/nvim-java-refactor/commit/7e7bbea13286e1cdf2e344a3158f9bafbf7c9877)) +* init commit ([5ceae25](https://github.com/nvim-java/nvim-java-refactor/commit/5ceae254705c281b1fcdf4093190e821eed74a9e)) + + +### Bug Fixes + +* **ci:** missing token for stylua ([8aed200](https://github.com/nvim-java/nvim-java-refactor/commit/8aed2008d2c2cecfe62c2bd18d04634aa3230813)) + ## [1.2.0](https://github.com/nvim-java/nvim-java/compare/v1.1.0...v1.2.0) (2024-03-23)