From c0b67f3e2950adc07b555d3e73e38275b4a585ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:30:05 -0700 Subject: [PATCH] chore(master): release 2.0.0 (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b50688..97e0c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.0.0](https://github.com/stevearc/dressing.nvim/compare/v1.0.0...v2.0.0) (2023-08-08) + + +### ⚠ BREAKING CHANGES + +* deprecate the "anchor" config option ([#106](https://github.com/stevearc/dressing.nvim/issues/106)) + +### Features + +* built-in select implementation binds number keymaps ([#104](https://github.com/stevearc/dressing.nvim/issues/104)) ([cc69bfe](https://github.com/stevearc/dressing.nvim/commit/cc69bfed36863a2ffdf1b9c4fd2ed59445a51629)) + + +### Bug Fixes + +* inconsistent mode after selecting with fzf-lua ([3961185](https://github.com/stevearc/dressing.nvim/commit/39611852fd7bbac117e939a26759bb37361f0c90)) +* increase buffer time for fzf-lua mode switching ([713b56e](https://github.com/stevearc/dressing.nvim/commit/713b56e13c58ad519920e0e634763345cb4fc832)) + + +### Code Refactoring + +* deprecate the "anchor" config option ([#106](https://github.com/stevearc/dressing.nvim/issues/106)) ([bcaf0d3](https://github.com/stevearc/dressing.nvim/commit/bcaf0d3d6e5cc6e8ecb8df3a7df7d98c567d36e6)) + ## 1.0.0 (2023-06-26)